Sascha Nos Posted January 11, 2021 Share Posted January 11, 2021 Is there a limit to how many hierarchy levels you can create below a new page visible within the PW Backend (Admin)? I can't manage to display more than two navigation levels. Page Tree: Navigation inside PW Backend: Link to comment Share on other sites More sharing options...
Zeka Posted January 12, 2021 Share Posted January 12, 2021 @Sascha Nos You can output third level by declaring it in your module config https://github.com/ryancramerdesign/ProcessHello/blob/master/ProcessHello.info.php#L42 https://github.com/ryancramerdesign/ProcessHello/blob/master/ProcessHello.info.php#L50 And if I not mistaken if you want to output some dynamic items you can implement executeNavJSON method like https://github.com/processwire/processwire/blob/d8945198f4a6a60dab23bd0462e8a6285369dcb9/wire/modules/Process/ProcessTemplate/ProcessTemplate.module#L143 4 Link to comment Share on other sites More sharing options...
Sascha Nos Posted January 12, 2021 Author Share Posted January 12, 2021 @Zeka, thank you so much! Will have a look on that :). Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now