@pnp/spfx-property-controls
Version:
Reusable property pane controls for SharePoint Framework solutions
143 lines • 4.66 kB
JSON
{
"id": "bd19c378-ab07-4eaa-9bb6-0e329932d8bf",
"alias": "PropertyControlsTestWebPart",
"componentType": "WebPart",
"version": "3.20.0",
"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"
}
]
}
}
],
"loaderConfig": {
"internalModuleBaseUrls": [
"<!-- PATH TO CDN -->"
],
"entryModuleId": "property-controls-test-web-part",
"scriptResources": {
"property-controls-test-web-part": {
"type": "path",
"path": "property-controls-test-web-part.js"
},
"react": {
"type": "component",
"id": "0d910c1c-13b9-4e1c-9aa4-b008c5e42d7d",
"version": "17.0.1"
},
"react-dom": {
"type": "component",
"id": "aa0a46ec-1505-43cd-a44a-93f3a5aa460a",
"version": "17.0.1"
},
"@microsoft/sp-core-library": {
"type": "component",
"id": "7263c7d0-1d6a-45ec-8d85-d4d1d234171b",
"version": "1.20.0"
},
"@microsoft/sp-property-pane": {
"type": "component",
"id": "f9e737b7-f0df-4597-ba8c-3060f82380db",
"version": "1.20.0"
},
"@microsoft/sp-webpart-base": {
"type": "component",
"id": "974a7777-0990-4136-8fa6-95d80114c2e0",
"version": "1.20.0"
},
"PropertyControlStrings": {
"type": "localizedPath",
"paths": {
"ar-SA": "PropertyControlStrings_ar-sa.js",
"bg-BG": "PropertyControlStrings_bg-bg.js",
"ca-ES": "PropertyControlStrings_ca-es.js",
"cs-CZ": "PropertyControlStrings_cs-cz.js",
"da-DK": "PropertyControlStrings_da-dk.js",
"de-DE": "PropertyControlStrings_de-de.js",
"el-GR": "PropertyControlStrings_el-gr.js",
"en-GB": "PropertyControlStrings_en-gb.js",
"en-US": "PropertyControlStrings_en-us.js",
"es-ES": "PropertyControlStrings_es-es.js",
"et-EE": "PropertyControlStrings_et-ee.js",
"fi-FI": "PropertyControlStrings_fi-fi.js",
"fr-FR": "PropertyControlStrings_fr-fr.js",
"it-IT": "PropertyControlStrings_it-it.js",
"ja-JP": "PropertyControlStrings_ja-jp.js",
"lt-LT": "PropertyControlStrings_lt-lt.js",
"lv-LV": "PropertyControlStrings_lv-lv.js",
"nb-NO": "PropertyControlStrings_nb-no.js",
"nl-NL": "PropertyControlStrings_nl-nl.js",
"no": "PropertyControlStrings_no.js",
"pl-PL": "PropertyControlStrings_pl-pl.js",
"pt-PT": "PropertyControlStrings_pt-pt.js",
"ro-RO": "PropertyControlStrings_ro-ro.js",
"ru-RU": "PropertyControlStrings_ru-ru.js",
"sk-SK": "PropertyControlStrings_sk-sk.js",
"sr-Latn-RS": "PropertyControlStrings_sr-latn-rs.js",
"sv-SE": "PropertyControlStrings_sv-se.js",
"tr-TR": "PropertyControlStrings_tr-tr.js",
"vi-VN": "PropertyControlStrings_vi-vn.js",
"zh-CN": "PropertyControlStrings_zh-cn.js",
"zh-TW": "PropertyControlStrings_zh-tw.js"
},
"defaultPath": "PropertyControlStrings_en-us.js"
},
"@microsoft/sp-lodash-subset": {
"type": "component",
"id": "73e1dc6c-8441-42cc-ad47-4bd3659f8a3a",
"version": "1.20.0"
},
"@microsoft/sp-http": {
"type": "component",
"id": "c07208f0-ea3b-4c1a-9965-ac1b825211a6",
"version": "1.20.0"
},
"@microsoft/sp-page-context": {
"type": "component",
"id": "1c4541f7-5c31-41aa-9fa8-fbc9dc14c0a8",
"version": "1.20.0"
}
}
}
}