sp-dev-fx-webparts/samples/react-multiscreen-webpart/release/manifests/f9a07202-7f8f-4944-a02c-1fd...

63 lines
1.5 KiB
JSON

{
"id": "f9a07202-7f8f-4944-a02c-1fd20b508207",
"alias": "MultiScreenWebPart",
"componentType": "WebPart",
"version": "0.0.1",
"manifestVersion": 2,
"requiresCustomScript": false,
"supportedHosts": [
"SharePointWebPart",
"SharePointFullPage",
"TeamsTab"
],
"preconfiguredEntries": [
{
"groupId": "5c03119e-3074-46fd-976b-c60198311f70",
"group": {
"default": "Other"
},
"title": {
"default": "MultiScreenWebPart"
},
"description": {
"default": "MultiScreenWebPart description"
},
"officeFabricIconFontName": "Page",
"properties": {
"description": "MultiScreenWebPart"
}
}
],
"loaderConfig": {
"internalModuleBaseUrls": [
"<!-- PATH TO CDN -->"
],
"entryModuleId": "multi-screen-web-part",
"scriptResources": {
"multi-screen-web-part": {
"type": "path",
"path": "multi-screen-web-part.js"
},
"@microsoft/sp-core-library": {
"type": "component",
"id": "7263c7d0-1d6a-45ec-8d85-d4d1d234171b",
"version": "1.12.1"
},
"@microsoft/sp-webpart-base": {
"type": "component",
"id": "974a7777-0990-4136-8fa6-95d80114c2e0",
"version": "1.12.1"
},
"react": {
"type": "component",
"id": "0d910c1c-13b9-4e1c-9aa4-b008c5e42d7d",
"version": "16.9.0"
},
"react-dom": {
"type": "component",
"id": "aa0a46ec-1505-43cd-a44a-93f3a5aa460a",
"version": "16.9.0"
}
}
}
}