givanz / VvvebJs

Drag and drop page builder library written in vanilla javascript without dependencies or build tools.
https://www.vvveb.com/vvvebjs/editor.html
Apache License 2.0
7.07k stars 1.62k forks source link

Disable blocks or components nesting #218

Open ameerElsherif opened 3 years ago

ameerElsherif commented 3 years ago

Hi,

I am using the editor as an email builder and I need to stop blocks from being able to nest inside each other. Meaning, when I drag a new block to the editing area I need it to be added after or before current blocks not inside them. How can I acheive that?

Thanks...

ameerElsherif commented 3 years ago

After giving it some thought ... I think it may work with either blocks or components if that will make it any easier.