<?xml version="1.0"?>
<!--
/**
 * @author Amasty Team
 * @copyright Copyright (c) 2023 Amasty (https://www.amasty.com)
 * @package Custom Form Base for Magento 2
 */-->

<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Email:etc/email_templates.xsd">
    <template id="amasty_customform_email_template"
              label="Amasty Custom Form Admin Notification"
              file="amasty_customform_email_template.html"
              type="html"
              module="Amasty_Customform"
              area="frontend"
    />
    <template id="amasty_customform_response_template"
              label="Amasty Custom Form Reply"
              file="amasty_customform_response_template.html"
              type="html"
              module="Amasty_Customform"
              area="frontend"
    />
    <template id="amasty_customform_autoresponder_template"
              label="Amasty Custom Form Autoresponder"
              file="amasty_customform_autoresponder.html"
              type="html"
              module="Amasty_Customform"
              area="frontend"
    />
    <template id="amasty_customform_autoresponder_with_submited_fields_template"
              label="Amasty Custom Form Autoresponder With Submitted Data"
              file="amasty_customform_autoresponder_with_submited_fields.html"
              type="html"
              module="Amasty_Customform"
              area="frontend"
    />
</config>
