File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
app/code/Magento/PageBuilder Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
<entities xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
10
xsi : noNamespaceSchemaLocation =" ../../../../../../../dev/tests/acceptance/vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/DataGenerator/etc/dataProfileSchema.xsd" >
11
11
<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 >
15
15
</entity >
16
16
</entities >
Original file line number Diff line number Diff line change 7
7
-->
8
8
<page_layouts xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:View/PageLayout/etc/layouts.xsd" >
9
9
<layout id =" cms-full-width" >
10
- <label translate =" true" >CMS - Full Width</label >
10
+ <label translate =" true" >Page - - Full Width</label >
11
11
</layout >
12
12
<layout id =" category-full-width" >
13
- <label translate =" true" >Category - Full Width</label >
13
+ <label translate =" true" >Category -- Full Width</label >
14
14
</layout >
15
15
<layout id =" product-full-width" >
16
- <label translate =" true" >Product - Full Width</label >
16
+ <label translate =" true" >Product -- Full Width</label >
17
17
</layout >
18
18
</page_layouts >
You can’t perform that action at this time.
0 commit comments