Config Options
Making the Swapy instance start as disabled or enabled.
By default, all items are draggable and swappable. You can disable that initially, and the enable it later using swapy.enable(true)
.
createSwapy(container, {
enabled: false
})