c79575b9 by acetousk

Add edit email template button

1 parent 73ae60af
......@@ -7,3 +7,11 @@ Mjml Component with:
To install run (with moqui-framework):
$ ./gradlew getComponent -Pcomponent=moqui-mjml
### Setup
- Have all email templates setup as
### Setup
- Have all email templates setup as
\ No newline at end of file
......
......@@ -14,4 +14,10 @@ along with this software (see the LICENSE.md file). If not, see
-->
<screen-extend xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://moqui.org/xsd/xml-screen-3.xsd">
<form-list name="StoreEmailsForm">
<field name="editEmailTemplate"><default-field>
<link url="/mjml" url-type="plain" text="Edit Email Template"/>
</default-field></field>
</form-list>
</screen-extend>
\ No newline at end of file
......