mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-08 05:58:36 +00:00
Adding a sample web part for react using document cards from fluent UI and bringing in modals for a new way of doing a FAQ web part.
20 lines
717 B
JSON
20 lines
717 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
|
|
"version": "2.0",
|
|
"bundles": {
|
|
"react-doc-card-faq-web-part": {
|
|
"components": [
|
|
{
|
|
"entrypoint": "./lib/webparts/reactDocCardFaq/ReactDocCardFaqWebPart.js",
|
|
"manifest": "./src/webparts/reactDocCardFaq/ReactDocCardFaqWebPart.manifest.json"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"externals": {},
|
|
"localizedResources": {
|
|
"ReactDocCardFaqWebPartStrings": "lib/webparts/reactDocCardFaq/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"
|
|
}
|
|
} |