Chris Kent 874f0ebd8f Js property controls svg (#364)
* Initial Webpart generation

* Added Localization Strings for Color Properties

* Added PnP SPFx Property Controls package

* Added SVG and color properties

* Added height property and reset button

* Icon and Name update

* Additional Comments

* Updated ReadMe
2017-12-01 16:40:23 +02:00

20 lines
570 B
JSON

{
"$schema": "https://dev.office.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"svg-hero-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/svgHero/SvgHeroWebPart.js",
"manifest": "./src/webparts/svgHero/SvgHeroWebPart.manifest.json"
}
]
}
},
"externals": {},
"localizedResources": {
"SvgHeroWebPartStrings": "lib/webparts/svgHero/loc/{locale}.js",
"PropertyControlStrings": "./node_modules/@pnp/spfx-property-controls/lib/loc/{locale}.js"
}
}