File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
src/webparts/controlsTest Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
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" ,
3
3
"id" : " 45165954-80f9-44c1-9967-cd38ae92a33b" ,
4
4
"alias" : " ControlsTestWebPart" ,
5
5
"componentType" : " WebPart" ,
6
-
7
- // The "*" signifies that the version should be taken from the package.json
8
6
"version" : " *" ,
9
7
"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
14
8
"requiresCustomScript" : false ,
15
-
16
9
"preconfiguredEntries" : [{
17
10
"groupId" : " 45165954-80f9-44c1-9967-cd38ae92a33b" ,
18
11
"group" : {
24
17
"description" : {
25
18
"default" : " ControlsTest description"
26
19
},
27
- "officeFabricIconFontName" : " Settings " ,
20
+ "officeFabricIconFontName" : " Share " ,
28
21
"properties" : {
29
22
"description" : " ControlsTest"
30
23
}
You can’t perform that action at this time.
0 commit comments