-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Define custom nodetype filter for each tab
This is currently not possible as the filter is defined for each PageTreeNode without configuration https://github.com/neos/neos-ui/blob/6430537790c4eb9342e7a996b3f36bc4975b78b7/packages/neos-ui/src/Containers/LeftSideBar/NodeTree/Node/index.js#L402
Reimplementing the tree in this package could be a workaround but would increase the size of the package as several classes and helpers would need to be duplicated.
Separate search and filter for each tab
Search and filter are global for all tabs. Not sure yet how to give each its own context for this case.
Prevent adding sibling nodes to each tabs rootnode
This requires a custom implemented of the PageTreeNode similar to the custom nodetype filter feature.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels