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
-
how can i add button action and link action as this ok button is not working in official newsletter demo in editor
![image](https://private-user-images.githubusercontent.com/172268653/341638264-09bc7f0e-2fe8-404a-9235-16f851194f40.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MDY1NTgsIm5iZiI6MTczOTYwNjI1OCwicGF0aCI6Ii8xNzIyNjg2NTMvMzQxNjM4MjY0LTA5YmM3ZjBlLTJmZTgtNDA0YS05MjM1LTE2Zjg1MTE5NGY0MC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNVQwNzU3MzhaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1lMThjZjkwNDBiMDMzNDc0NjdiMzM1M2FjMTI4NWIwN2M0YjcwMGYyNDNjYjZhYjBlYzlkMTFmMDQ4OWJhZGU5JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.AIsy9zzjd-Gwh_FctWqgjJ5plC9N5qOH2X8_fCOC15Q)
<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