Skip to content

Commit cab85b3

Browse files
committed
MC-2369: Implement full width layout for category
- Fix default layouts to new names
1 parent ed8e0b8 commit cab85b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/PageBuilder/etc/config.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
</cms>
2626
<web>
2727
<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>
28+
<default_category_layout>category-full-width</default_category_layout>
29+
<default_product_layout>product-full-width</default_product_layout>
30+
<default_cms_layout>cms-full-width</default_cms_layout>
3131
</default_layouts>
3232
</web>
3333
</default>

0 commit comments

Comments
 (0)