Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
moqui
/
moqui-mjml
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
c79575b9
authored
2024-05-07 23:58:16 -0500
by
acetousk
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add edit email template button
1 parent
73ae60af
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
README.md
screen-extend/SimpleScreens/ProductStore/FindProductStoreEmails.xml
README.md
View file @
c79575b
...
...
@@ -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
...
...
screen-extend/SimpleScreens/ProductStore/FindProductStoreEmails.xml
View file @
c79575b
...
...
@@ -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
...
...
Please
register
or
sign in
to post a comment