Advertisement
Guest User

Untitled

a guest
May 6th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. <template>
  2. <email>
  3. <custom_email_template translate="label" module="modulename">
  4. <label>Custom Email Template</label>
  5. <file>vendor/modulename/custom_email_template.html</file>
  6. <type>html</type>
  7. </custom_email_template>
  8. </email>
  9. </template>
  10.  
  11. <?xml version="1.0"?>
  12. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Email:etc/email_templates.xsd">
  13. <template id="custom_email_template" label="Custom Email Template" file="custom_email_template.html" type="html" module="Vendor_Module" area="frontend"/>
  14. </config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement