Open
Description
I'm wondering how I can drag and drop one element on top of another and combine the two into a single element. Something like how react-beautiful-dnd implements "Combining" (see gif below). I was playing around with nested lists and I'm still stuck on how to get it to look the way I want it to.
If it's not currently possible to do this, then maybe it could be created as a plugin? It's kind of similar to the Swap plugin, in a way.