c79575b9 by acetousk

Add edit email template button

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