Created
July 9, 2018 12:04
-
-
Save luckyduck/1f2769eb4a84534aacd2988b81e77a31 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"?> | |
<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