Files
Megamenu/config/config.json
Torsten Brendgen bc1258ae76 Initial commit
2026-04-13 10:26:01 +02:00

19 lines
552 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"mega-menu-application-customizer": {
"components": [
{
"entrypoint": "./lib/extensions/megaMenu/MegaMenuApplicationCustomizer.js",
"manifest": "./src/extensions/megaMenu/MegaMenuApplicationCustomizer.manifest.json"
}
]
}
},
"externals": {},
"localizedResources": {
"MegaMenuApplicationCustomizerStrings": "lib/extensions/megaMenu/loc/{locale}.js"
}
}