<?xml version="1.0"?>
<!--
/**
 * @author Amasty Team
 * @copyright Copyright (c) Amasty (https://www.amasty.com)
 * @package Shop by Brand for Magento 2
 */-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
    <type name="Amasty\ShopbyBrand\Model\ResourceModel\Slider\Grid\Collection">
        <arguments>
            <argument name="mainTable" xsi:type="string">amasty_amshopby_option_setting</argument>
            <argument name="eventPrefix" xsi:type="string">amasty_amshopby_brand_grid_collection</argument>
            <argument name="eventObject" xsi:type="string">amasty_amshopby_brand_grid_collection</argument>
            <argument name="resourceModel" xsi:type="string">Amasty\ShopbyBase\Model\ResourceModel\OptionSetting</argument>
        </arguments>
    </type>

    <type name="Magento\Widget\Model\Widget\Instance">
        <plugin name="Amasty_ShopbyBrand::add-empty-arguments" type="Amasty\ShopbyBrand\Plugin\Widget\Model\Instance\AddEmptyValues" />
    </type>
</config>
