Get mjml to work in grapejs
Showing
2 changed files
with
2 additions
and
3 deletions
... | @@ -18,10 +18,10 @@ along with this software (see the LICENSE.md file). If not, see | ... | @@ -18,10 +18,10 @@ along with this software (see the LICENSE.md file). If not, see |
18 | description="Mjml Default Theme"/> | 18 | description="Mjml Default Theme"/> |
19 | <!-- NOTE: these default resources are from the Moqui default runtime webroot component --> | 19 | <!-- NOTE: these default resources are from the Moqui default runtime webroot component --> |
20 | <moqui.screen.ScreenThemeResource screenThemeId="MJML_DEFAULT" sequenceNum="50" resourceTypeEnumId="STRT_STYLESHEET" resourceValue="/mjmlstatic/css/grapes.min.css"/> | 20 | <moqui.screen.ScreenThemeResource screenThemeId="MJML_DEFAULT" sequenceNum="50" resourceTypeEnumId="STRT_STYLESHEET" resourceValue="/mjmlstatic/css/grapes.min.css"/> |
21 | <delete-moqui.screen.ScreenThemeResource screenThemeId="MJML_DEFAULT" sequenceNum="52" resourceTypeEnumId="STRT_STYLESHEET" resourceValue="/mjmlstatic/css/grapesjs-mjml.css"/> | 21 | <moqui.screen.ScreenThemeResource screenThemeId="MJML_DEFAULT" sequenceNum="52" resourceTypeEnumId="STRT_STYLESHEET" resourceValue="/mjmlstatic/css/grapesjs-mjml.css"/> |
22 | 22 | ||
23 | <moqui.screen.ScreenThemeResource screenThemeId="MJML_DEFAULT" sequenceNum="51" resourceTypeEnumId="STRT_SCRIPT" resourceValue="/mjmlstatic/js/grapesjs.min.js"/> | 23 | <moqui.screen.ScreenThemeResource screenThemeId="MJML_DEFAULT" sequenceNum="51" resourceTypeEnumId="STRT_SCRIPT" resourceValue="/mjmlstatic/js/grapesjs.min.js"/> |
24 | <delete-moqui.screen.ScreenThemeResource screenThemeId="MJML_DEFAULT" sequenceNum="52" resourceTypeEnumId="STRT_SCRIPT" resourceValue="/mjmlstatic/js/grapesjs-mjml.min.js"/> | 24 | <moqui.screen.ScreenThemeResource screenThemeId="MJML_DEFAULT" sequenceNum="52" resourceTypeEnumId="STRT_SCRIPT" resourceValue="/mjmlstatic/js/grapesjs-mjml.min.js"/> |
25 | 25 | ||
26 | <!-- <moqui.screen.ScreenThemeResource screenThemeId="MJML_DEFAULT" sequenceNum="100" resourceTypeEnumId="STRT_HEADER_LOGO"--> | 26 | <!-- <moqui.screen.ScreenThemeResource screenThemeId="MJML_DEFAULT" sequenceNum="100" resourceTypeEnumId="STRT_HEADER_LOGO"--> |
27 | <!-- resourceValue="/images/MoquiLogoSmall.png"/>--> | 27 | <!-- resourceValue="/images/MoquiLogoSmall.png"/>--> | ... | ... |
... | @@ -156,7 +156,6 @@ along with this software (see the LICENSE.md file). If not, see | ... | @@ -156,7 +156,6 @@ along with this software (see the LICENSE.md file). If not, see |
156 | </mjml> | 156 | </mjml> |
157 | </div> | 157 | </div> |
158 | 158 | ||
159 | |||
160 | <script type="text/javascript"> | 159 | <script type="text/javascript"> |
161 | // Wait for the plugin to be injected by the dev server | 160 | // Wait for the plugin to be injected by the dev server |
162 | window.onload = () => { | 161 | window.onload = () => { | ... | ... |
-
Please register or sign in to post a comment