how to add Button or link action in grapes js newsletter editor #5954
nimisha744
started this conversation in
General
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.
-
how can i add button action and link action as this ok button is not working in official newsletter demo in editor

<script src="//unpkg.com/grapesjs"></script> <script src="https://unpkg.com/grapesjs-preset-newsletter"></script>also in my code this dialoug box is not open
this is my code
var editor = grapesjs.init({ container: '#gjs', plugins: ['grapesjs-preset-newsletter'], pluginsOpts: { blockManager: { appendTo: '#blocks', // ID name for block manager blocks }, } }); https://prnt.sc/MrmUCOktTFGA
Beta Was this translation helpful? Give feedback.
All reactions