Skip to content

Commit 01e20aa

Browse files
author
Cari Spruiell
committed
MC-2371: Implement full width layout for CMS pages
- renamed option for CMS page
1 parent 5ea0423 commit 01e20aa

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

app/code/Magento/PageBuilder/Test/Mftf/Data/PageLayoutData.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="../../../../../../../dev/tests/acceptance/vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/DataGenerator/etc/dataProfileSchema.xsd">
1111
<entity name="PageBuilderFullWidthLayout" type="pagebuild_full_width_layout">
12-
<data key="cms">CMS - Full Width</data>
13-
<data key="category">Category - Full Width</data>
14-
<data key="product">Product - Full Width</data>
12+
<data key="cms">Page -- Full Width</data>
13+
<data key="category">Category -- Full Width</data>
14+
<data key="product">Product -- Full Width</data>
1515
</entity>
1616
</entities>

app/code/Magento/PageBuilder/view/frontend/layouts.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
-->
88
<page_layouts xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/PageLayout/etc/layouts.xsd">
99
<layout id="cms-full-width">
10-
<label translate="true">CMS - Full Width</label>
10+
<label translate="true">Page -- Full Width</label>
1111
</layout>
1212
<layout id="category-full-width">
13-
<label translate="true">Category - Full Width</label>
13+
<label translate="true">Category -- Full Width</label>
1414
</layout>
1515
<layout id="product-full-width">
16-
<label translate="true">Product - Full Width</label>
16+
<label translate="true">Product -- Full Width</label>
1717
</layout>
1818
</page_layouts>

0 commit comments

Comments
 (0)