-
Notifications
You must be signed in to change notification settings - Fork 118
Open
Description
Would it be possible to allow for an array of types to be given to a zone?
Example:
- Container 1 -
type: ['a']
- Container 2 -
type: ['b']
- Container 3 -
type: ['a', 'b']
but allow for a way to opt in to specify the types on an element by element basis.
So Container 3 could be a combination of elements with type a or b
set programmatically.
Where elements can go:
Container 1 -> Container 1 || Container 3
Container 2 -> Container 2 || Container 3
Container 3 -> Either container 1 or 2 depending on the set type of the element being dragged.
Metadata
Metadata
Assignees
Labels
No labels