sp-dev-fx-webparts/samples/react-world-clocks/lib/webparts/worldClockWebPart/WorldClockWebPartWebPart.ma...

30 lines
729 B
JSON
Raw Normal View History

2020-09-26 15:54:06 -04:00
{
"$schema": "https://developer.microsoft.com/json-schemas/spfx/client-side-web-part-manifest.schema.json",
"id": "6baae7a7-af13-40d3-9567-f3bca9986248",
"alias": "WorldClockWebPartWebPart",
"componentType": "WebPart",
"version": "*",
"manifestVersion": 2,
"requiresCustomScript": false,
"supportedHosts": ["SharePointWebPart"],
"preconfiguredEntries": [{
"groupId": "5c03119e-3074-46fd-976b-c60198311f70", // Other
"group": {
"default": "Other"
},
"title": {
2020-10-02 02:15:00 -04:00
"default": "World Clocks"
2020-09-26 15:54:06 -04:00
},
"description": {
2020-10-02 02:15:00 -04:00
"default": "World Clocks Web Part"
2020-09-26 15:54:06 -04:00
},
2020-10-02 02:15:00 -04:00
"officeFabricIconFontName": "Clock",
2020-09-26 15:54:06 -04:00
"properties": {
2020-10-02 02:15:00 -04:00
"description": "World Clocks WebPart"
2020-09-26 15:54:06 -04:00
}
}]
}