Allow webparts to be used in full-width comm sites
This commit is contained in:
parent
e95fbcb122
commit
845e7d618c
|
@ -3,14 +3,9 @@
|
||||||
"id": "096b96cc-8a44-41fa-9b4d-c0ab2ab2a779",
|
"id": "096b96cc-8a44-41fa-9b4d-c0ab2ab2a779",
|
||||||
"alias": "SearchBoxWebPart",
|
"alias": "SearchBoxWebPart",
|
||||||
"componentType": "WebPart",
|
"componentType": "WebPart",
|
||||||
|
|
||||||
// The "*" signifies that the version should be taken from the package.json
|
|
||||||
"version": "*",
|
"version": "*",
|
||||||
"manifestVersion": 2,
|
"manifestVersion": 2,
|
||||||
|
"supportsFullBleed": true,
|
||||||
// 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
|
|
||||||
"requiresCustomScript": false,
|
"requiresCustomScript": false,
|
||||||
|
|
||||||
"preconfiguredEntries": [{
|
"preconfiguredEntries": [{
|
||||||
|
|
|
@ -3,14 +3,9 @@
|
||||||
"id": "42ad2740-3c60-49cf-971a-c44e33511b93",
|
"id": "42ad2740-3c60-49cf-971a-c44e33511b93",
|
||||||
"alias": "SearchResultsWebPart",
|
"alias": "SearchResultsWebPart",
|
||||||
"componentType": "WebPart",
|
"componentType": "WebPart",
|
||||||
|
|
||||||
// The "*" signifies that the version should be taken from the package.json
|
|
||||||
"version": "*",
|
"version": "*",
|
||||||
"manifestVersion": 2,
|
"manifestVersion": 2,
|
||||||
|
"supportsFullBleed": true,
|
||||||
// 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
|
|
||||||
"requiresCustomScript": false,
|
"requiresCustomScript": false,
|
||||||
|
|
||||||
"preconfiguredEntries": [
|
"preconfiguredEntries": [
|
||||||
|
|
Loading…
Reference in New Issue