We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b475b4e commit e913f8fCopy full SHA for e913f8f
1 file changed
extensions/whitelabeling/extension.json
@@ -4,12 +4,15 @@
4
"webinyConfigTsx": {
5
"imports": [
6
{
7
- "specifier": "AdminBranding",
8
- "path": "./extensions/AdminBranding/AdminBranding.js"
+ "specifier": "Admin",
+ "path": "webiny/extensions"
9
}
10
],
11
"component": {
12
- "name": "AdminBranding"
+ "name": "Admin.Extension",
13
+ "props": {
14
+ "src": "/extensions/AdminBranding/AdminBranding.tsx"
15
+ }
16
17
18
0 commit comments