Skip to content

Allow advanced use cases via multiple types. #634

@justsomelegs

Description

@justsomelegs

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions