<?xml version="1.0"?>
<!--
/**
 * Copyright © MageWorx. All rights reserved.
 * See LICENSE.txt for license details.
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
    <type name="MageWorx\Downloads\Model\ResourceModel\Attachment\CollectionFactory">
        <arguments>
            <argument name="collections" xsi:type="array">
                <item name="MageWorxDownloadsResourceModelAttachmentCollection" xsi:type="string">MageWorx\Downloads\Model\ResourceModel\Attachment\Collection</item>
            </argument>
        </arguments>
    </type>
    <type name="MageWorx\Downloads\Model\ResourceModel\Section\CollectionFactory">
        <arguments>
            <argument name="collections" xsi:type="array">
                <item name="MageWorxDownloadsResourceModelSectionCollection" xsi:type="string">MageWorx\Downloads\Model\ResourceModel\Section\Collection</item>
            </argument>
        </arguments>
    </type>
    <type name="MageWorx\Downloads\Model\AttachmentFactory">
        <arguments>
            <argument name="collections" xsi:type="array">
                <item name="MageWorxDownloadsAttachment" xsi:type="string">MageWorx\Downloads\Model\Attachment</item>
            </argument>
        </arguments>
    </type>
    <type name="Magento\Catalog\Block\Product\View\Details">
        <plugin name="mageworx_downloads_modify_tab_title" type="MageWorx\Downloads\Plugin\ModifyTabTitlePlugin"/>
    </type>
</config>
