26 lines
752 B
JSON
26 lines
752 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx/client-side-web-part-manifest.schema.json",
|
|
"id": "2393ac1e-1f06-403e-a8cb-0e64f3079274",
|
|
"alias": "ThumbnailWebPart",
|
|
"componentType": "WebPart",
|
|
"version": "*",
|
|
"manifestVersion": 2,
|
|
"requiresCustomScript": false,
|
|
"supportedHosts": [
|
|
"SharePointWebPart"
|
|
],
|
|
"preconfiguredEntries": [{
|
|
"groupId": "5c03119e-3074-46fd-976b-c60198311f70",
|
|
"group": {
|
|
"default": "Other"
|
|
},
|
|
"title": {
|
|
"default": "Thumbnail"
|
|
},
|
|
"description": {
|
|
"default": "Thumbnail description"
|
|
},
|
|
"officeFabricIconFontName": "ThumbnailView",
|
|
"properties": {}
|
|
}]
|
|
} |