<?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\Theme\Block\Html\Breadcrumbs">
        <plugin name="weltpixel-googlecards-addcrum-before" type="WeltPixel\GoogleCards\Plugin\BreadcrumbsPlugin"
                sortOrder="1"/>
    </type>
    <type name="Magento\Review\Block\Product\ReviewRenderer">
        <plugin name="weltpixel-googlecards-product-list-rating-after"
                type="WeltPixel\GoogleCards\Plugin\ReviewRendererPlugin" sortOrder="2"/>
    </type>
    <preference for="Magento\Framework\Pricing\Render\Amount" type="WeltPixel\GoogleCards\Model\Pricing\Render\Amount"/>
</config>
