We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed8e0b8 commit cab85b3Copy full SHA for cab85b3
app/code/Magento/PageBuilder/etc/config.xml
@@ -25,9 +25,9 @@
25
</cms>
26
<web>
27
<default_layouts>
28
- <default_category_layout>fullwidth</default_category_layout>
29
- <default_product_layout>fullwidth</default_product_layout>
30
- <default_cms_layout>fullwidth</default_cms_layout>
+ <default_category_layout>category-full-width</default_category_layout>
+ <default_product_layout>product-full-width</default_product_layout>
+ <default_cms_layout>cms-full-width</default_cms_layout>
31
</default_layouts>
32
</web>
33
</default>
0 commit comments