<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
    <preference for="Amasty\CrossLinks\Api\LinkInterface" type="Amasty\CrossLinks\Model\Link" />
    <preference for="Amasty\CrossLinks\Api\LinkRepositoryInterface" type="Amasty\CrossLinks\Model\LinkRepository" />

    <type name="Amasty\CrossLinks\Model\Source\ProductReplacementAttributes">
        <arguments>
            <argument name="allowedAttributeCodes" xsi:type="array">
                <item name="description" xsi:type="string">description</item>
                <item name="short_description" xsi:type="string">short_description</item>
            </argument>
        </arguments>
    </type>

    <type name="Amasty\CrossLinks\Model\Source\CategoryReplacementAttributes">
        <arguments>
            <argument name="allowedAttributeCodes" xsi:type="array">
                <item name="description" xsi:type="string">description</item>
                <item name="short_description" xsi:type="string">short_description</item>
            </argument>
        </arguments>
    </type>
</config>
