diff --git a/samples/react-list-items-menu_sp2019 b/samples/react-list-items-menu_sp2019 new file mode 160000 index 000000000..78c223e12 --- /dev/null +++ b/samples/react-list-items-menu_sp2019 @@ -0,0 +1 @@ +Subproject commit 78c223e120142b605b6ce84f4f06a75b33e25d36 diff --git a/samples/react-news-banner/src/webparts/banner/BannerWebPart.manifest.json b/samples/react-news-banner/src/webparts/banner/BannerWebPart.manifest.json index 4c6f1c7ef..2663dc82e 100755 --- a/samples/react-news-banner/src/webparts/banner/BannerWebPart.manifest.json +++ b/samples/react-news-banner/src/webparts/banner/BannerWebPart.manifest.json @@ -3,6 +3,8 @@ "id": "6df4111a-bb08-43b8-b4bb-718ecde1148e", "alias": "NewsBannerWebPart", "componentType": "WebPart", + "supportsFullBleed": true, + // The "*" signifies that the version should be taken from the package.json "version": "*", diff --git a/samples/react-organization-chart/src/webparts/organizationChart/OrganizationChartWebPart.manifest.json b/samples/react-organization-chart/src/webparts/organizationChart/OrganizationChartWebPart.manifest.json index e37ffe7f1..23732f583 100644 --- a/samples/react-organization-chart/src/webparts/organizationChart/OrganizationChartWebPart.manifest.json +++ b/samples/react-organization-chart/src/webparts/organizationChart/OrganizationChartWebPart.manifest.json @@ -3,7 +3,7 @@ "id": "0338da15-07f9-4a53-b267-d790fb495cca", "alias": "OrganizationChartWebPart", "componentType": "WebPart", - + "supportsFullBleed": true, // The "*" signifies that the version should be taken from the package.json "version": "*",