layouts.xml 720 B

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <page_layouts xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/PageLayout/etc/layouts.xsd">
  9. <layout id="1column">
  10. <label translate="true">1 column</label>
  11. </layout>
  12. <layout id="2columns-left">
  13. <label translate="true">2 columns with left bar</label>
  14. </layout>
  15. <layout id="2columns-right">
  16. <label translate="true">2 columns with right bar</label>
  17. </layout>
  18. <layout id="3columns">
  19. <label translate="true">3 columns</label>
  20. </layout>
  21. </page_layouts>