<?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\ConfigurableProduct\Block\Product\View\Type\Configurable">
        <plugin name="product_configurable_points" type="Mirasvit\RewardsCatalog\Plugin\Product\Type\Configurable" />
    </type>
    <type name="Magento\Swatches\Block\Product\Renderer\Listing\Configurable">
    <plugin name="product_listing_configurable_points" type="Mirasvit\RewardsCatalog\Plugin\Swatches\Block\Product\Renderer\Listing\Configurable\AddPointsDataPlugin" />
    </type>
    <type name="Magento\Catalog\Block\Product\View">
    <plugin name="product_price_points" type="Mirasvit\RewardsCatalog\Plugin\Product\View" />
    </type>
</config>