Update metadata
This commit is contained in:
parent
5ae936e57d
commit
4c1334a561
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
|
||||
"solution": {
|
||||
"name": "react-enhanced-page-properties-client-side-solution",
|
||||
"name": "Enhanced Page Properties",
|
||||
"id": "54ea24ef-5714-4f81-a9e6-e22f70e0c644",
|
||||
"version": "1.0.0.0",
|
||||
"includeClientSideAssets": true,
|
||||
|
@ -35,6 +35,6 @@
|
|||
]
|
||||
},
|
||||
"paths": {
|
||||
"zippedPackage": "solution/react-enhanced-page-properties.sppkg"
|
||||
"zippedPackage": "solution/Enhanced Page Properties.sppkg"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,17 +12,18 @@
|
|||
// 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", "SharePointFullPage"],
|
||||
"supportsThemeVariants": true,
|
||||
|
||||
"preconfiguredEntries": [{
|
||||
"groupId": "5c03119e-3074-46fd-976b-c60198311f70", // Advanced
|
||||
"group": { "default": "Advanced" },
|
||||
"title": { "default": "EnhancedPageProperties" },
|
||||
"description": { "default": "EnhancedPageProperties description" },
|
||||
"officeFabricIconFontName": "Page",
|
||||
"title": { "default": "Enhanced Page Properties" },
|
||||
"description": { "default": "Enhanced Page Properties web part" },
|
||||
"officeFabricIconFontName": "PageEdit",
|
||||
"properties": {
|
||||
"description": "EnhancedPageProperties"
|
||||
"title": "Properties",
|
||||
"fields": "ID, Title"
|
||||
}
|
||||
}]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue