<?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