@pnp/spfx-property-controls
Version:
Reusable property pane controls for SharePoint Framework solutions
38 lines (36 loc) • 1.15 kB
JSON
{
"$schema": "https://developer.microsoft.com/json-schemas/spfx/client-side-web-part-manifest.schema.json",
"id": "bd19c378-ab07-4eaa-9bb6-0e329932d8bf",
"alias": "PropertyControlsTestWebPart",
"componentType": "WebPart",
"version": "*",
"manifestVersion": 2,
"requiresCustomScript": false,
"supportedHosts": ["SharePointWebPart"],
"preconfiguredEntries": [{
"groupId": "bd19c378-ab07-4eaa-9bb6-0e329932d8bf",
"group": {
"default": "Under Development"
},
"title": {
"default": "PropertyControlsTest"
},
"description": {
"default": "PropertyControlsTest description"
},
"officeFabricIconFontName": "Share",
"properties": {
"description": "PropertyControlsTest",
"dropdownInfoHeaderKey": "gryffindor",
"htmlCode":"<div>Hello</div>",
"choiceGroupWithCalloutValue": "iOS",
"orderedItems": [
{"text": "Cat", "iconName": "Cat"},
{"text": "Pig", "iconName": "Savings"},
{"text": "Human", "iconName": "Running"},
{"text": "Robot", "iconName": "Robot"},
{"text": "Dog", "iconName": "FangBody"}
]
}
}]
}