Skip to content

Instantly share code, notes, and snippets.

@luckyduck
Created July 9, 2018 12:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luckyduck/1f2769eb4a84534aacd2988b81e77a31 to your computer and use it in GitHub Desktop.
Save luckyduck/1f2769eb4a84534aacd2988b81e77a31 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
<!-- filter product list -->
<type name="Magento\Catalog\Model\Layer">
<plugin sortOrder="1" name="customCategoryFilter" type="...\LayerPlugin"/>
</type>
</config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment