[SOLVED] Hiding Nodes in the page tree

Hi,

Dmitri wrote in another thread about large page trees:

My question is: How do I hide a node from the page tree in the Neos backend?

I am thinking about including several hundred product nodes, but I do not want them to show up in the page tree.

Regards
Leif

This is how I hide News nodes: https://github.com/psmb/PsmbDistr/blob/master/Packages/Sites/Sfi.Site/Configuration/Settings.yaml#L119

Also I use this extension to create new nodes: https://github.com/psmb/Psmb.CreateNodeButton

  1. Ask a question right before lunch
  2. Come back
  3. Question answered

Thanks!