Grapesjs Storing Html #3837
Unanswered
armstrong-series
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello and thank this community for this amazing Framework. I have issues sending the content from Grapesjs Editor to mail. It's storing as raw html and when it's being sent to mail...I'm seeing the raw html on my mailbo

This is how i'm storing the content
editor.Commands.add('save-db', {
run: function (editor, sender) {
sender && sender.set('active', 0);
editor.store();
}
});
Beta Was this translation helpful? Give feedback.
All reactions