Allow webparts to be used in full-width comm sites

This commit is contained in:
Mikael Svenson 2018-12-03 12:41:30 +01:00
parent e95fbcb122
commit 845e7d618c
2 changed files with 2 additions and 12 deletions

View File

@ -3,14 +3,9 @@
"id": "096b96cc-8a44-41fa-9b4d-c0ab2ab2a779",
"alias": "SearchBoxWebPart",
"componentType": "WebPart",
// The "*" signifies that the version should be taken from the package.json
"version": "*",
"manifestVersion": 2,
// If true, the component can only be installed on sites where Custom Script is allowed.
// 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
"supportsFullBleed": true,
"requiresCustomScript": false,
"preconfiguredEntries": [{

View File

@ -3,14 +3,9 @@
"id": "42ad2740-3c60-49cf-971a-c44e33511b93",
"alias": "SearchResultsWebPart",
"componentType": "WebPart",
// The "*" signifies that the version should be taken from the package.json
"version": "*",
"manifestVersion": 2,
// If true, the component can only be installed on sites where Custom Script is allowed.
// 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
"supportsFullBleed": true,
"requiresCustomScript": false,
"preconfiguredEntries": [