Files
CustomBranding/config/config.json
Torsten Brendgen 0e32b831bd Initial commit
2026-04-13 10:24:29 +02:00

19 lines
594 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"custom-branding-application-customizer": {
"components": [
{
"entrypoint": "./lib/extensions/customBranding/CustomBrandingApplicationCustomizer.js",
"manifest": "./src/extensions/customBranding/CustomBrandingApplicationCustomizer.manifest.json"
}
]
}
},
"externals": {},
"localizedResources": {
"CustomBrandingApplicationCustomizerStrings": "lib/extensions/customBranding/loc/{locale}.js"
}
}