mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-08 05:58:36 +00:00
* Taxonomy panel picker web part Code sample for the Taxonomy panel picker web part added. * GIF path updated GIF path in the readme file updated. * Sample for pre-populated control added. Sample for pre-populated control added. * Update README.md
19 lines
603 B
JSON
19 lines
603 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
|
|
"version": "2.0",
|
|
"bundles": {
|
|
"react-taxonomypicker-panel-web-part": {
|
|
"components": [
|
|
{
|
|
"entrypoint": "./lib/webparts/reactTaxonomypickerPanel/ReactTaxonomypickerPanelWebPart.js",
|
|
"manifest": "./src/webparts/reactTaxonomypickerPanel/ReactTaxonomypickerPanelWebPart.manifest.json"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"externals": {},
|
|
"localizedResources": {
|
|
"ReactTaxonomypickerPanelWebPartStrings": "lib/webparts/reactTaxonomypickerPanel/loc/{locale}.js"
|
|
}
|
|
}
|