Skip to content

Commit f277fe6

Browse files
committed
Updated manifest
1 parent 49aca91 commit f277fe6

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

src/webparts/controlsTest/ControlsTestWebPart.manifest.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
11
{
2-
"$schema": "https://dev.office.com/json-schemas/spfx/client-side-web-part-manifest.schema.json",
2+
"$schema": "https://developer.microsoft.com/json-schemas/spfx/client-side-web-part-manifest.schema.json",
33
"id": "45165954-80f9-44c1-9967-cd38ae92a33b",
44
"alias": "ControlsTestWebPart",
55
"componentType": "WebPart",
6-
7-
// The "*" signifies that the version should be taken from the package.json
86
"version": "*",
97
"manifestVersion": 2,
10-
11-
// If true, the component can only be installed on sites where Custom Script is allowed.
12-
// Components that allow authors to embed arbitrary script code should set this to true.
13-
// https://support.office.com/en-us/article/Turn-scripting-capabilities-on-or-off-1f2c515f-5d7e-448a-9fd7-835da935584f
148
"requiresCustomScript": false,
15-
169
"preconfiguredEntries": [{
1710
"groupId": "45165954-80f9-44c1-9967-cd38ae92a33b",
1811
"group": {
@@ -24,7 +17,7 @@
2417
"description": {
2518
"default": "ControlsTest description"
2619
},
27-
"officeFabricIconFontName": "Settings",
20+
"officeFabricIconFontName": "Share",
2821
"properties": {
2922
"description": "ControlsTest"
3023
}

0 commit comments

Comments
 (0)