Gjs(MJML) can't see content formatted using Ckeditor #5624
Unanswered
VanoAkofashvili
asked this question in
Q&A
Replies: 3 comments
-
Hi, @artf |
Beta Was this translation helpful? Give feedback.
0 replies
-
@artf I have a same issue, please advice |
Beta Was this translation helpful? Give feedback.
0 replies
-
@artf Help please |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I'm using the
grapesjs-mjml
plugin to build email templates. The user can add custom variables inmj-text
by focusing it and selecting a variable from the trait, which will take the variable and append it as a child to the component like this:I ran into a problem when I changed the rich text editor from default to



Ckeditor
.When the user focuses on text and selects a custom variable, Canvas is showing
{{variable}}
and existing content, but in fact it's in reversed (correct) order: existing content and{{variable}}
. See the screenshots:Before:
Selecting the variable:
Result:
But model saves the correct content:
versions:
grapesjs: 0.21.4
grapesjs-mjml: 1.0.5
grapesjs-plugin-ckeditor: 1.0.1
Config for Ckeditor:
Beta Was this translation helpful? Give feedback.
All reactions