![]() 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/cartforge.co/app/code/Amasty/Label/etc/ |
<?xml version="1.0"?> <!-- /** * @author Amasty Team * @copyright Copyright (c) Amasty (https://www.amasty.com) * @package Product Labels for Magento 2 */--> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Api/etc/extension_attributes.xsd"> <extension_attributes for="Amasty\Label\Api\Data\LabelInterface"> <attribute code="frontend_settings" type="Amasty\Label\Api\Data\LabelFrontendSettingsInterface" > <join reference_table="amasty_label_catalog_parts" reference_field="label_id" join_on_field="label_id"> <field>type</field> <field>label_text</field> <field>image</field> <field>image_size</field> <field>redirect_url</field> <field>position</field> <field>style</field> <field>alt_tag</field> </join> </attribute> <attribute code="render_settings" type="Amasty\Label\Api\Data\RenderSettingsInterface"/> <attribute code="label_tooltip" type="Amasty\Label\Api\Data\LabelTooltipInterface" > <join reference_table="amasty_label_tooltip" reference_field="label_id" join_on_field="label_id"> <field>status</field> <field>color</field> <field>text_color</field> <field>text</field> </join> </attribute> </extension_attributes> </config>