Files
FullWidthSection/config/config.json
Torsten Brendgen 0b3f831174 Initial commit
2026-04-13 10:59:34 +02:00

19 lines
598 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"full-width-section-web-part-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/fullWidthSectionWebPart/FullWidthSectionWebPartWebPart.js",
"manifest": "./src/webparts/fullWidthSectionWebPart/FullWidthSectionWebPartWebPart.manifest.json"
}
]
}
},
"externals": {},
"localizedResources": {
"FullWidthSectionWebPartWebPartStrings": "lib/webparts/fullWidthSectionWebPart/loc/{locale}.js"
}
}