Skip to content
Snippets Groups Projects
Commit 7802b8b1 authored by Oleksandr Karpenko's avatar Oleksandr Karpenko
Browse files

MAGETWO-44411: CLONE - Container "page.bottom.container" isn't created in empty layout file

parent 0efa2bc8
No related merge requests found
......@@ -16,7 +16,7 @@
<container name="main" label="Main Content Container" htmlTag="div" htmlClass="column main"/>
</container>
</container>
<container name="page.bottom" as="page_bottom" label="Before Page Footer Container" after="main.content" htmlTag="div" htmlClass="page-bottom"/>
<container name="page.bottom.container" as="page_bottom_container" label="Before Page Footer Container" after="main.content" htmlTag="div" htmlClass="page-bottom"/>
<container name="before.body.end" as="before_body_end" after="-" label="Page Bottom"/>
</container>
</container>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment