-
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
Description
What are you trying to do?
This is probably something not so many people want, but I have this situation with a lot of clients. They want to be able to custom make a navigation menu, but for some parents, the children should reflect the structure of a structure section.
What they do now: they make a parent and manually add all the entries from the structure as children. When they make a new item in that structure, they forget they still have to add it to the navigation manually.
What's your proposed solution?
It would be cool is there would be a "dynamic" option of something like that, to add to a navigation. So:
parent 1
child 1
child 2
parent 2
children = structure from section "xyz"
parent 3
I could off course code this myself (if a node id in a nav == a certain value, include a structure list), but it would be nice if I could do it all in the Navigation plugin.
Additional context
No response