b374k
m1n1 1.01
Apache/2.4.41 (Ubuntu)
Linux vmi616275.contaboserver.net 5.4.0-84-generic #94-Ubuntu SMP Thu Aug 26 20:27:37 UTC 2021 x86_64
uid=33(www-data) gid=33(www-data) groups=33(www-data)
server ip : 62.171.164.128 | your ip : 127.0.0.1
safemode OFF
 >  / home / dev2.destoffenstraat.com / app / code / Amasty / ExportPro / etc /
Filename/home/dev2.destoffenstraat.com/app/code/Amasty/ExportPro/etc/extension_attributes.xml
Size2.59 kb
Permissionrw-r--r--
Ownerroot : root
Create time17-Aug-2025 10:26
Last modified14-Jun-2025 23:38
Last accessed22-Aug-2025 02:22
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
<?xml version="1.0"?>
<!--
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Export Pro 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\ExportCore\Api\Config\ProfileConfigInterface">
<attribute code="ftp_file_destination" type="Amasty\ExportPro\Export\FileDestination\Type\FtpFile\ConfigInterface" />
<attribute code="sftp_file_destination" type="Amasty\ExportPro\Export\FileDestination\Type\SftpFile\ConfigInterface" />
<attribute code="email_file_destination" type="Amasty\ExportPro\Export\FileDestination\Type\Email\ConfigInterface" />
<attribute code="rest_file_destination" type="Amasty\ExportPro\Export\FileDestination\Type\Rest\ConfigInterface" />
<attribute code="dropbox_file_destination" type="Amasty\ExportPro\Export\FileDestination\Type\Dropbox\ConfigInterface" />
<attribute code="drive_file_destination" type="Amasty\ExportPro\Export\FileDestination\Type\GoogleDrive\ConfigInterface" />

<attribute code="compress_processor" type="Amasty\ExportPro\Export\PostProcessing\Type\Compress\ConfigInterface" />

<attribute code="ods_template" type="Amasty\ExportPro\Export\Template\Type\Ods\ConfigInterface" />
<attribute code="xlsx_template" type="Amasty\ExportPro\Export\Template\Type\Xlsx\ConfigInterface" />
<attribute code="json_template" type="Amasty\ExportPro\Export\Template\Type\Json\ConfigInterface" />
<attribute code="twig_template" type="Amasty\ExportPro\Export\Template\Type\Twig\ConfigInterface" />

<attribute code="email_notification_config" type="Amasty\ExportPro\Export\Notification\Type\Email\ConfigInterface" />

<attribute code="external_id" type="int" />
<attribute code="manual_run" type="boolean" />
<attribute code="name" type="string" />
<attribute code="export_new_entities" type="boolean" />
<attribute code="last_exported_id" type="int" />
<attribute code="use_custom_prefix" type="string" />

<attribute code="compress" type="string" />
</extension_attributes>

<extension_attributes for="Amasty\ExportPro\Export\FileDestination\Type\Rest\ConfigInterface">
<attribute code="bearer" type="Amasty\ExportPro\Export\FileDestination\Type\Rest\Auth\Bearer\ConfigInterface" />
<attribute code="basic" type="Amasty\ExportPro\Export\FileDestination\Type\Rest\Auth\Basic\ConfigInterface" />
</extension_attributes>
</config>