GrapesJS / preset-newsletter

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

Content Feed #62

Closed j1bartlett closed 1 year ago

j1bartlett commented 5 years ago

I'm exploring the possibility of making a block where text and images are pulled from Wordpress REST API. For now, I just want to prove it can work with a hardcoded endpoint call. After the proof of concept I want to be able to choose from available posts it via a modal window, similar to assetManager.

Can you think of any reason this wouldn't work? Probably something triggered on Drop but I'm a little unsure of what the cleanest approach would be... Any tips or suggestions? Would it be a block or component level event? Database driven content seems like something someone would have encountered already but I haven't been able to find any examples.

This is a great tool. It's a little murky for me still but I'm getting through it