Your IP : 216.73.217.13


Current Path : /var/www/www.indacotrentino.com/www/app/code/Amasty/ImportCore/etc/
Upload File :
Current File : //var/www/www.indacotrentino.com/www/app/code/Amasty/ImportCore/etc/extension_attributes.xml

<?xml version="1.0"?>
<!--
/**
 * @author Amasty Team
 * @copyright Copyright (c) Amasty (https://www.amasty.com)
 * @package Import Core for Magento 2 (System)
 */-->

<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Api/etc/extension_attributes.xsd">
    <extension_attributes for="Amasty\ImportCore\Api\Config\ProfileConfigInterface">
        <attribute code="csv_source" type="Amasty\ImportCore\Import\Source\Type\Csv\ConfigInterface" />
        <attribute code="xml_source" type="Amasty\ImportCore\Import\Source\Type\Xml\ConfigInterface" />

        <attribute code="server_file_resolver" type="Amasty\ImportCore\Import\FileResolver\Type\ServerFile\ConfigInterface" />
        <attribute code="upload_file_resolver" type="Amasty\ImportCore\Import\FileResolver\Type\UploadFile\ConfigInterface" />
    </extension_attributes>

    <extension_attributes for="Amasty\ImportCore\Api\Config\Profile\FieldFilterInterface">
        <attribute code="dateFilter" type="Amasty\ImportCore\Import\Filter\Type\Date\ConfigInterface" />
        <attribute code="selectFilter" type="Amasty\ImportCore\Import\Filter\Type\Select\ConfigInterface" />
        <attribute code="storeFilter" type="Amasty\ImportCore\Import\Filter\Type\Store\ConfigInterface" />
        <attribute code="textFilter" type="Amasty\ImportCore\Import\Filter\Type\Text\ConfigInterface" />
        <attribute code="toggleFilter" type="Amasty\ImportCore\Import\Filter\Type\Toggle\ConfigInterface" />
    </extension_attributes>
</config>