<?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\Catalog\Block\Product\ProductList\Toolbar">
        <plugin name="custom_custom_block_toolbar" type="BlueLogic\ExtendCatalog\Plugin\Catalog\Block\Toolbar"/>
    </type> -->
    <preference for="Magento\Catalog\Block\Product\ProductList\Toolbar" type="BlueLogic\ExtendCatalog\Plugin\Catalog\Block\Toolbar" />
    <type name="Magento\Catalog\Model\Config">
        <plugin name="custom_catalog_model_config" type="BlueLogic\ExtendCatalog\Plugin\Catalog\Model\Config"/>
    </type>
</config>