Skip to content

Instantly share code, notes, and snippets.

@bka
Created June 1, 2016 05:24
Show Gist options
  • Save bka/85666b2b99deb8536e86f798a2db5432 to your computer and use it in GitHub Desktop.
Save bka/85666b2b99deb8536e86f798a2db5432 to your computer and use it in GitHub Desktop.
<?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