| Current Path : /home/rtorresani/www/vendor/magento/module-media-gallery-synchronization-metadata/etc/ |
| Current File : //home/rtorresani/www/vendor/magento/module-media-gallery-synchronization-metadata/etc/di.xml |
<?xml version="1.0"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.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="Magento\MediaGallerySynchronizationApi\Model\ImportFilesComposite">
<arguments>
<argument name="importers" xsi:type="array">
<item name="20" xsi:type="object">Magento\MediaGallerySynchronizationMetadata\Model\ImportKeywords</item>
</argument>
</arguments>
</type>
<type name="Magento\MediaGallerySynchronizationApi\Model\CreateAssetFromFileInterface">
<plugin name="addMetadataToAssetCreatedFromFile" type="Magento\MediaGallerySynchronizationMetadata\Plugin\CreateAssetFromFileMetadata"/>
</type>
</config>