Support section background for Script Editor
This PR adds support for section background. (Background is ignored in current version)
This commit is contained in:
parent
678d265ec8
commit
6921a09cd6
|
@ -8,6 +8,7 @@
|
||||||
"manifestVersion": 2,
|
"manifestVersion": 2,
|
||||||
"supportedHosts": ["SharePointWebPart", "SharePointFullPage", "TeamsTab"],
|
"supportedHosts": ["SharePointWebPart", "SharePointFullPage", "TeamsTab"],
|
||||||
"requiresCustomScript": true,
|
"requiresCustomScript": true,
|
||||||
|
"supportsThemeVariants": true,
|
||||||
"preconfiguredEntries": [{
|
"preconfiguredEntries": [{
|
||||||
"groupId": "3a328f0a-99c4-4b28-95ab-fe0847f657a3",
|
"groupId": "3a328f0a-99c4-4b28-95ab-fe0847f657a3",
|
||||||
"group": {
|
"group": {
|
||||||
|
@ -27,4 +28,4 @@
|
||||||
"spPageContextInfo": false
|
"spPageContextInfo": false
|
||||||
}
|
}
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue