Update metadata

This commit is contained in:
AriGunawan 2023-09-16 06:44:37 +07:00
parent 5ae936e57d
commit 4c1334a561
2 changed files with 8 additions and 7 deletions

View File

@ -1,7 +1,7 @@
{ {
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json", "$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": { "solution": {
"name": "react-enhanced-page-properties-client-side-solution", "name": "Enhanced Page Properties",
"id": "54ea24ef-5714-4f81-a9e6-e22f70e0c644", "id": "54ea24ef-5714-4f81-a9e6-e22f70e0c644",
"version": "1.0.0.0", "version": "1.0.0.0",
"includeClientSideAssets": true, "includeClientSideAssets": true,
@ -35,6 +35,6 @@
] ]
}, },
"paths": { "paths": {
"zippedPackage": "solution/react-enhanced-page-properties.sppkg" "zippedPackage": "solution/Enhanced Page Properties.sppkg"
} }
} }

View File

@ -12,17 +12,18 @@
// Components that allow authors to embed arbitrary script code should set this to true. // 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 // https://support.office.com/en-us/article/Turn-scripting-capabilities-on-or-off-1f2c515f-5d7e-448a-9fd7-835da935584f
"requiresCustomScript": false, "requiresCustomScript": false,
"supportedHosts": ["SharePointWebPart", "TeamsPersonalApp", "TeamsTab", "SharePointFullPage"], "supportedHosts": ["SharePointWebPart", "SharePointFullPage"],
"supportsThemeVariants": true, "supportsThemeVariants": true,
"preconfiguredEntries": [{ "preconfiguredEntries": [{
"groupId": "5c03119e-3074-46fd-976b-c60198311f70", // Advanced "groupId": "5c03119e-3074-46fd-976b-c60198311f70", // Advanced
"group": { "default": "Advanced" }, "group": { "default": "Advanced" },
"title": { "default": "Enhanced Page Properties" }, "title": { "default": "Enhanced Page Properties" },
"description": { "default": "EnhancedPageProperties description" }, "description": { "default": "Enhanced Page Properties web part" },
"officeFabricIconFontName": "Page", "officeFabricIconFontName": "PageEdit",
"properties": { "properties": {
"description": "EnhancedPageProperties" "title": "Properties",
"fields": "ID, Title"
} }
}] }]
} }