<?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_Email:etc/email_templates.xsd">
    <template id="mpgiftcard_email_template" label="Gift Card Email Template" file="giftcard_template.html" type="html" module="Mageplaza_GiftCard" area="frontend"/>
    <template id="mpgiftcard_email_update_template" label="Gift Card Update Email Template" file="giftcard_update.html" type="html" module="Mageplaza_GiftCard" area="frontend"/>
    <template id="mpgiftcard_email_notify_sender_template" label="Gift Card Notify Sender Email Template" file="notify_sender.html" type="html" module="Mageplaza_GiftCard" area="frontend"/>
    <template id="mpgiftcard_email_before_expire_template" label="Gift Card Before Expired Email Template" file="before_expired.html" type="html" module="Mageplaza_GiftCard" area="frontend"/>
    <template id="mpgiftcard_email_after_unused_template" label="Gift Card Notify Sender When Unused" file="notify_unused.html" type="html" module="Mageplaza_GiftCard" area="frontend"/>
    <template id="mpgiftcard_email_credit_template" label="Update Balance Email Template" file="credit_update.html" type="html" module="Mageplaza_GiftCard" area="frontend"/>
</config>