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
ed4848ef
authored
2024-03-28 14:27:33 -0600
by
acetousk
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Get mjml to work in grapejs
1 parent
fa106f2a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
data/MjmlSetupData.xml
screen/MjmlApp.xml
data/MjmlSetupData.xml
View file @
ed4848e
...
...
@@ -18,10 +18,10 @@ along with this software (see the LICENSE.md file). If not, see
description=
"Mjml Default Theme"
/>
<!-- NOTE: these default resources are from the Moqui default runtime webroot component -->
<moqui.screen.ScreenThemeResource
screenThemeId=
"MJML_DEFAULT"
sequenceNum=
"50"
resourceTypeEnumId=
"STRT_STYLESHEET"
resourceValue=
"/mjmlstatic/css/grapes.min.css"
/>
<
delete-
moqui.screen.ScreenThemeResource
screenThemeId=
"MJML_DEFAULT"
sequenceNum=
"52"
resourceTypeEnumId=
"STRT_STYLESHEET"
resourceValue=
"/mjmlstatic/css/grapesjs-mjml.css"
/>
<moqui.screen.ScreenThemeResource
screenThemeId=
"MJML_DEFAULT"
sequenceNum=
"52"
resourceTypeEnumId=
"STRT_STYLESHEET"
resourceValue=
"/mjmlstatic/css/grapesjs-mjml.css"
/>
<moqui.screen.ScreenThemeResource
screenThemeId=
"MJML_DEFAULT"
sequenceNum=
"51"
resourceTypeEnumId=
"STRT_SCRIPT"
resourceValue=
"/mjmlstatic/js/grapesjs.min.js"
/>
<
delete-
moqui.screen.ScreenThemeResource
screenThemeId=
"MJML_DEFAULT"
sequenceNum=
"52"
resourceTypeEnumId=
"STRT_SCRIPT"
resourceValue=
"/mjmlstatic/js/grapesjs-mjml.min.js"
/>
<moqui.screen.ScreenThemeResource
screenThemeId=
"MJML_DEFAULT"
sequenceNum=
"52"
resourceTypeEnumId=
"STRT_SCRIPT"
resourceValue=
"/mjmlstatic/js/grapesjs-mjml.min.js"
/>
<!-- <moqui.screen.ScreenThemeResource screenThemeId="MJML_DEFAULT" sequenceNum="100" resourceTypeEnumId="STRT_HEADER_LOGO"-->
<!-- resourceValue="/images/MoquiLogoSmall.png"/>-->
...
...
screen/MjmlApp.xml
View file @
ed4848e
...
...
@@ -156,7 +156,6 @@ along with this software (see the LICENSE.md file). If not, see
</mjml>
</div>
<script
type=
"text/javascript"
>
// Wait for the plugin to be injected by the dev server
window.onload = () => {
...
...
Please
register
or
sign in
to post a comment