Closed LukasKiederle closed 3 years ago
Describe the bug It is not possible to provision a page with the layout configuration cms-full-width.
cms-full-width
To Reproduce
<page key="test.homepage" identifier="home" maintained="true" active="true"> <title>Homepage</title> <content type="file">Test_Theme::Content/pages/content/homepage.html</content> <design> <layout>cms-full-width</layout> </design> </page>
bin/magento setup:upgrade
Expected behavior Page is correctly provisioned with the layout cms-full-width.
Describe the bug It is not possible to provision a page with the layout configuration
cms-full-width
.To Reproduce
cms-full-width
bin/magento setup:upgrade
Expected behavior Page is correctly provisioned with the layout
cms-full-width
.