GrapesJS / preset-newsletter

GrapesJS preset configuration for the newsletter editor.
https://grapesjs.com/demo-newsletter-editor.html
BSD 3-Clause "New" or "Revised" License
193 stars 143 forks source link

Can we use external css link #1

Closed desilvaNSP closed 7 years ago

desilvaNSP commented 7 years ago

I use this plugin with grapesjs.but I cannot external css link when importing html content.Inline css is working but external link such as bootstrap is not working.

artf commented 7 years ago

@desilvaNSP can you show me how are trying to include bootstrap? I can import bootstrap even from the demo: Here I paste the code without bootstrap: no-boots

Here I add the bootstrap CDN resource at the end: with-boots

mobile-boots

Here I explain what API to use for the import https://github.com/artf/grapesjs/issues/27

desilvaNSP commented 7 years ago

Thank you @artf..this is great puligin that you are created..cheers...!!!