sp-dev-fx-webparts/samples/react-json-form/config/config.json

20 lines
666 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"json-form-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/jsonForm/JsonFormWebPart.js",
"manifest": "./src/webparts/jsonForm/JsonFormWebPart.manifest.json"
}
]
}
},
"externals": {},
"localizedResources": {
"JsonFormWebPartStrings": "lib/webparts/jsonForm/loc/{locale}.js",
"PropertyControlStrings": "node_modules/@pnp/spfx-property-controls/lib/loc/{locale}.js",
"ControlStrings": "node_modules/@pnp/spfx-controls-react/lib/loc/{locale}.js"
}
}