<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
    <type name="Magento\Framework\View\Result\Page">
        <plugin name="mgs-quickview-resultpage"
                type="MGS\QuickView\Plugin\ResultPage"
                sortOrder="1"/>
    </type>
    <type name="Magento\Catalog\Block\Product\View">
        <plugin name="mgs-quickview-block-product-view"
                type="MGS\QuickView\Plugin\BlockProductView"
                sortOrder="1"/>
    </type>
    <!--<type name="Magento\Catalog\Block\Product\ListProduct">
        <plugin name="mgs-quickview-block-product-list"
                type="MGS\QuickView\Plugin\BlockProductList"
                sortOrder="1"/>
    </type>-->
</config>
