Hello @mad ,
I don't know if it is a bug or a feature 😁 but I encountered a problem with the way the navTree
tool works.
My site tree is like this :
/home
/ Level 1 page
/Level 2 page
/Level 2 page
/Level 2 page
/...
The thing is, in some cases, I would like to redirectLevel 1 page
to the first Level 2 page
, using the page settings. But by doing that, the navTree
tool completely ignores every Level 2 page
under the level Level 1 page
which has the redirection.
I tested that with my custom recursive navigation snippet (quite like the snippet in your doc), and it correctly generates the level2 links.
Is it normal, for the navTree
? Is there a simple solution I overlooked ?
For now, I used a workaround, by creating a pageList snippet of my own, but maybe you will want to look into this.
Thank you in advance,