DRAGGABLE BLOCKS DEMO
Here are a few examples of draggable blocks from my How To Guide on creating this feature
One Draggable Block
Multiple Draggable Blocks
Exclude Some Blocks from Being Draggable
Only the image block will be draggable.
This it is the only block ID we are targeting inside this section.
Every block in this section will be draggable, even this text box.
This is because we are targeting all .fe-blocks in this section.
Every block in this section will be draggable, except this text box.
This is because we are targeting all .fe-blocks and using the :not selector to exclude this block ID in this section.