Skip to content

Commit e913f8f

Browse files
committed
chore: update Admin component path and props in whitelabeling extension json
1 parent b475b4e commit e913f8f

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

extensions/whitelabeling/extension.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@
44
"webinyConfigTsx": {
55
"imports": [
66
{
7-
"specifier": "AdminBranding",
8-
"path": "./extensions/AdminBranding/AdminBranding.js"
7+
"specifier": "Admin",
8+
"path": "webiny/extensions"
99
}
1010
],
1111
"component": {
12-
"name": "AdminBranding"
12+
"name": "Admin.Extension",
13+
"props": {
14+
"src": "/extensions/AdminBranding/AdminBranding.tsx"
15+
}
1316
}
1417
}
1518
}

0 commit comments

Comments
 (0)