Initial commit

This commit is contained in:
Torsten Brendgen
2026-04-13 10:26:01 +02:00
commit bc1258ae76
116 changed files with 30409 additions and 0 deletions

18
config/config.json Normal file
View File

@@ -0,0 +1,18 @@
{
"$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"
}
}