![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/vendor/magento/module-adobe-stock-asset/etc/ |
<?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"> <preference for="Magento\AdobeStockAssetApi\Api\Data\AssetInterface" type="Magento\AdobeStockAsset\Model\Asset"/> <preference for="Magento\AdobeStockAssetApi\Api\AssetRepositoryInterface" type="Magento\AdobeStockAsset\Model\AssetRepository"/> <preference for="Magento\AdobeStockAssetApi\Api\Data\AssetSearchResultsInterface" type="Magento\AdobeStockAsset\Model\SearchResults"/> <preference for="Magento\AdobeStockAssetApi\Api\Data\CategoryInterface" type="Magento\AdobeStockAsset\Model\Category"/> <preference for="Magento\AdobeStockAssetApi\Api\CategoryRepositoryInterface" type="Magento\AdobeStockAsset\Model\CategoryRepository"/> <preference for="Magento\AdobeStockAssetApi\Api\Data\CategorySearchResultsInterface" type="Magento\AdobeStockAsset\Model\CategorySearchResults"/> <preference for="Magento\AdobeStockAssetApi\Api\Data\CreatorInterface" type="Magento\AdobeStockAsset\Model\Creator"/> <preference for="Magento\AdobeStockAssetApi\Api\CreatorRepositoryInterface" type="Magento\AdobeStockAsset\Model\CreatorRepository"/> <preference for="Magento\AdobeStockAssetApi\Api\Data\CreatorSearchResultsInterface" type="Magento\AdobeStockAsset\Model\CreatorSearchResults"/> <preference for="Magento\AdobeStockAssetApi\Api\GetAssetListInterface" type="Magento\AdobeStockAsset\Model\GetAssetList"/> <preference for="Magento\AdobeStockAssetApi\Api\SaveAssetInterface" type="Magento\AdobeStockAsset\Model\SaveAsset"/> <preference for="Magento\AdobeStockAssetApi\Api\GetAssetByIdInterface" type="Magento\AdobeStockAsset\Model\GetAssetById"/> <preference for="Magento\AdobeStockAssetApi\Model\Asset\Command\DeleteByIdInterface" type="Magento\AdobeStockAsset\Model\ResourceModel\Asset\Command\DeleteById"/> <preference for="Magento\AdobeStockAssetApi\Model\Asset\Command\LoadByIdInterface" type="Magento\AdobeStockAsset\Model\ResourceModel\Asset\Command\LoadById"/> <preference for="Magento\AdobeStockAssetApi\Model\Asset\Command\LoadByIdsInterface" type="Magento\AdobeStockAsset\Model\ResourceModel\Asset\Command\LoadByIds"/> <preference for="Magento\AdobeStockAssetApi\Model\Asset\Command\SaveInterface" type="Magento\AdobeStockAsset\Model\ResourceModel\Asset\Command\Save"/> <preference for="Magento\AdobeStockAssetApi\Model\Category\Command\DeleteByIdInterface" type="Magento\AdobeStockAsset\Model\ResourceModel\Category\Command\DeleteById"/> <preference for="Magento\AdobeStockAssetApi\Model\Category\Command\LoadByIdInterface" type="Magento\AdobeStockAsset\Model\ResourceModel\Category\Command\LoadById"/> <preference for="Magento\AdobeStockAssetApi\Model\Category\Command\SaveInterface" type="Magento\AdobeStockAsset\Model\ResourceModel\Category\Command\Save"/> <preference for="Magento\AdobeStockAssetApi\Model\Creator\Command\DeleteByIdInterface" type="Magento\AdobeStockAsset\Model\ResourceModel\Creator\Command\DeleteById"/> <preference for="Magento\AdobeStockAssetApi\Model\Creator\Command\LoadByIdInterface" type="Magento\AdobeStockAsset\Model\ResourceModel\Creator\Command\LoadById"/> <preference for="Magento\AdobeStockAssetApi\Model\Creator\Command\SaveInterface" type="Magento\AdobeStockAsset\Model\ResourceModel\Creator\Command\Save"/> <type name="Magento\Config\Model\Config\TypePool"> <arguments> <argument name="sensitive" xsi:type="array"> <item name="adobe_ims/integration/api_key" xsi:type="string">1</item> <item name="adobe_ims/integration/private_key" xsi:type="string">1</item> </argument> </arguments> </type> </config>