From 845e7d618cda0b06b21012a734598a9f9c0cb232 Mon Sep 17 00:00:00 2001 From: Mikael Svenson Date: Mon, 3 Dec 2018 12:41:30 +0100 Subject: [PATCH] Allow webparts to be used in full-width comm sites --- .../src/webparts/searchBox/SearchBoxWebPart.manifest.json | 7 +------ .../searchResults/SearchResultsWebPart.manifest.json | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/samples/react-search-refiners/spfx/src/webparts/searchBox/SearchBoxWebPart.manifest.json b/samples/react-search-refiners/spfx/src/webparts/searchBox/SearchBoxWebPart.manifest.json index 27da81d89..69d6980b1 100644 --- a/samples/react-search-refiners/spfx/src/webparts/searchBox/SearchBoxWebPart.manifest.json +++ b/samples/react-search-refiners/spfx/src/webparts/searchBox/SearchBoxWebPart.manifest.json @@ -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": [{ diff --git a/samples/react-search-refiners/spfx/src/webparts/searchResults/SearchResultsWebPart.manifest.json b/samples/react-search-refiners/spfx/src/webparts/searchResults/SearchResultsWebPart.manifest.json index 2367788bc..6089965e9 100644 --- a/samples/react-search-refiners/spfx/src/webparts/searchResults/SearchResultsWebPart.manifest.json +++ b/samples/react-search-refiners/spfx/src/webparts/searchResults/SearchResultsWebPart.manifest.json @@ -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": [