<?xml version="1.0"?>
<!--
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_GiftCard
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Catalog:etc/catalog_attributes.xsd">
    <group name="quote_item">
        <attribute name="gift_code_pattern"/>
        <attribute name="gift_card_type"/>
        <attribute name="gift_card_amounts"/>
        <attribute name="allow_amount_range"/>
        <attribute name="min_amount"/>
        <attribute name="max_amount"/>
        <attribute name="price_rate"/>
        <attribute name="can_redeem"/>
        <attribute name="expire_after_day"/>
        <attribute name="gift_product_template"/>
    </group>
    <group name="catalog_product">
        <attribute name="gift_code_pattern"/>
        <attribute name="gift_card_type"/>
        <attribute name="gift_card_amounts"/>
        <attribute name="allow_amount_range"/>
        <attribute name="min_amount"/>
        <attribute name="max_amount"/>
        <attribute name="price_rate"/>
        <attribute name="can_redeem"/>
        <attribute name="expire_after_day"/>
        <attribute name="gift_product_template"/>
    </group>
    <group name="unassignable">
        <attribute name="allow_amount_range"/>
        <attribute name="gift_card_amounts"/>
        <attribute name="gift_card_type"/>
    </group>
</config>
