collective / volto-hydra

A volto addon to let you edit content in realtime when you have many frontends written in any framework
1 stars 2 forks source link

I can DND an image onto an image block on the preview #108

Open djay opened 1 month ago

djay commented 1 month ago

actually this one is going to be tricky since the adminUI is the one that needs to do the uploading, not the frontend. I can't see it working where hydra.js streams the file across the iframe bridge... but who knows.

So realisticly maybe there might have to be some trick to add a invisible drop zone over top of the iframe in the right place? or don't support DND at all? I think even click to select a file to upload is something that can't be initiated from the browser and has to start with a user action so can't be done by the adminUI if the click happened in the frontend....