dropType: 'add' - adds the element to the dropzone, this is the default dropType
dropType: 'none' - does nothing when you drop on a non-empty dropzone
dropType: 'switch' - switches the elements when you drop on a non-empty dropzone
dropType: 'shift' - shifts the elements to the nearest empty dropzone when you drop on a non-empty dropzone