File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
app/code/Magento/PageBuilder/view/frontend Expand file tree Collapse file tree 2 files changed +17
-0
lines changed 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
+ <page xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:View/Layout/etc/page_configuration.xsd" >
9
+ <body >
10
+ <container name =" cms.content" >
11
+ <block class =" Magento\Cms\Block\Page" name =" cms_page" htmlClass =" pagebuilder-full-width" />
12
+ </container >
13
+ </body >
14
+ </page >
Original file line number Diff line number Diff line change 24
24
<container name =" category.cms.wrapper" htmlTag =" div" htmlClass =" page-main" htmlId =" category.cms.wrapper" />
25
25
<move element =" category.cms" destination =" category.cms.wrapper" />
26
26
<move element =" category.cms.wrapper" destination =" category.view.container" after =" category.description.wrapper" />
27
+
28
+ <!-- configuration for CMS Page -->
29
+ <move element =" cms.content" destination =" page.wrapper" after =" columns.top.wrapper" />
27
30
</layout >
You can’t perform that action at this time.
0 commit comments