mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-08 05:58:36 +00:00
* 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
13 lines
366 B
JSON
13 lines
366 B
JSON
{
|
|
"$schema": "https://dev.office.com/json-schemas/spfx-build/package-solution.schema.json",
|
|
"solution": {
|
|
"name": "js-propertycontrols-svg-client-side-solution",
|
|
"id": "ff23189c-1771-49b7-b6d9-257b969bf664",
|
|
"version": "1.0.0.0",
|
|
"skipFeatureDeployment": true
|
|
},
|
|
"paths": {
|
|
"zippedPackage": "solution/js-propertycontrols-svg.sppkg"
|
|
}
|
|
}
|