[SOLVED] Collapsed Page Tree?

Good morning,

by default the page tree is always expanded. Is there a possibility to collapse all pages (that have sub pages)? I can’t find any setting in the Neos Demo nor with Google. It’s kind of annoying that they are all expanded…

Kind regards,
Michael

Hey Michael

try out this:

Neos:
  Neos:
    userInterface:
      navigateComponent:
        nodeTree:
          loadingDepth: 1

Works well for me. Not yet tested how the new UI will behave.

Regards,
Peter

Hey nice, it works :slight_smile: Thank You!