Skip to content

Interaction with Neos Backend is not possible without filtering for the NodeType #1990

Open
@mgoldbeck

Description

@mgoldbeck

Description

In the documentation https://neos.readthedocs.io/en/4.0/ExtendingNeos/InteractionWithTheNeosBackend.html?highlight=Neos.NodeCreated#javascript-events is the interaction with the Neos Backend described.

Essentially for this is to know which kind of NodeType is handled in the event. In the old ui the whole node was added to the node wrap in the backend

Expected behavior

I know there was a decision which I think is absolut right to NOT render the whole node into the wrapping div. But for interacting with the backend and to handle javascript based contentelements like sliders or tabelements it is necessary to have the information about which NodeType is handled in the fired event. Otherwise it would be necessary to add the NodeType information to the class or something else in the NodeType definition itself.

Actual behavior

node_wrap

Affected Versions

Neos: 4.0.5

UI: 1.2.2

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions