File tree Expand file tree Collapse file tree 4 files changed +29
-33
lines changed
app/code/Magento/PageBuilder/view/frontend Expand file tree Collapse file tree 4 files changed +29
-33
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 9
9
<layout id =" cms_full_width" >
10
10
<label translate =" true" >CMS - Full Width</label >
11
11
</layout >
12
+ <layout id =" category_full_width" >
13
+ <label translate =" true" >Category - Full Width</label >
12
14
</layout >
13
15
</page_layouts >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <!--
3
+ /**
4
+ * Copyright © Magento, Inc. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+ -->
8
+ <layout xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:View/Layout/etc/page_layout.xsd" >
9
+ <update handle =" 2columns-left" />
10
+
11
+ <container name =" columns.top.wrapper" htmlTag =" div" htmlClass =" page-main" />
12
+ <move element =" columns.top" destination =" columns.top.wrapper" />
13
+ <move element =" columns.top.wrapper" destination =" page.wrapper" after =" page.top" />
14
+ <move element =" category.view.container" destination =" page.wrapper" after =" columns.top.wrapper" />
15
+
16
+ <container name =" category.image.wrapper" htmlTag =" div" htmlClass =" page-main" />
17
+ <move element =" category.image" destination =" category.image.wrapper" />
18
+ <move element =" category.image.wrapper" destination =" category.view.container" />
19
+
20
+ <container name =" category.description.wrapper" htmlTag =" div" />
21
+ <move element =" category.description" destination =" category.description.wrapper" />
22
+ <move element =" category.description.wrapper" destination =" category.view.container" after =" category.image.wrapper" />
23
+
24
+ <container name =" category.cms.wrapper" htmlTag =" div" htmlClass =" page-main" />
25
+ <move element =" category.cms" destination =" category.cms.wrapper" />
26
+ <move element =" category.cms.wrapper" destination =" category.view.container" after =" category.description.wrapper" />
27
+ </layout >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments