Created
June 1, 2016 05:24
-
-
Save bka/85666b2b99deb8536e86f798a2db5432 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<page layout="1column" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> | |
<referenceContainer name='sidebar.main' remove='true'/> | |
<referenceContainer name='catalog.leftnav' remove='true'/> | |
<referenceContainer name='page.main.title' remove='true'/> | |
<referenceBlock name='category.products.list'> | |
<action method='setTemplate'> | |
<argument name='template' xsi:type='string'>Vendor_Module::product/list.phtml</argument> | |
</action> | |
</referenceBlock> | |
</page> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment