misc: change webpart icon

This commit is contained in:
Sandeep-FED 2023-11-26 10:47:36 +05:30
parent 2e6fbc698f
commit 312064508a
1 changed files with 17 additions and 14 deletions

View File

@ -4,25 +4,28 @@
"alias": "AwardRecognitionWebPart",
"componentType": "WebPart",
// The "*" signifies that the version should be taken from the package.json
"version": "*",
"manifestVersion": 2,
// If true, the component can only be installed on sites where Custom Script is allowed.
// Components that allow authors to embed arbitrary script code should set this to true.
// https://support.office.com/en-us/article/Turn-scripting-capabilities-on-or-off-1f2c515f-5d7e-448a-9fd7-835da935584f
"requiresCustomScript": false,
"supportedHosts": ["SharePointWebPart", "TeamsPersonalApp", "TeamsTab", "SharePointFullPage"],
"supportedHosts": [
"SharePointWebPart",
"TeamsPersonalApp",
"TeamsTab",
"SharePointFullPage"
],
"supportsThemeVariants": true,
"preconfiguredEntries": [{
"groupId": "5c03119e-3074-46fd-976b-c60198311f70", // Advanced
"group": { "default": "Advanced" },
"title": { "default": "AwardRecognition" },
"description": { "default": "AwardRecognition description" },
"officeFabricIconFontName": "Page",
"properties": {
"description": "AwardRecognition"
"preconfiguredEntries": [
{
"groupId": "5c03119e-3074-46fd-976b-c60198311f70",
"group": { "default": "Advanced" },
"title": { "default": "Award Recognition" },
"description": { "default": "AwardRecognition description" },
"officeFabricIconFontName": "Medal",
"properties": {
"description": "Award Recognition"
}
}
}]
]
}