Skip to content

Create an image node on image drop #1149

Open
@dimaip

Description

We should support pasting/dropping images (and other media types) into Neos.
The problem is what type of node to create on paste?
I propose to introduce a config that would tell the UI what node to create based on media type.

E.g.:

Neos:
  Neos:
    Ui:
      dropTypes:
        image:
          dragType: 'image/jpeg'
          nodeType: 'Neos.Neos.NodeTypes:Image'
          nodeProperty: 'image'

Alternative options: maybe show a node creation dialog on paste? IMO too much hassle.

Metadata

Assignees

No one assigned

    Labels

    DiscussionFeature StaleFeatures to be conceptualized and specified or better to be implemented as a pluginProposalUI & UX

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions