fromtheoutfit / navee

Navigation module for Craft CMS
Other
113 stars 6 forks source link

Request: startWithNodeId #17

Closed simplethemes closed 7 years ago

simplethemes commented 8 years ago

Hi, I have a situation where the client wants to display the submenus as a sidebar on a entry that doesn't exist in the menu hierarchy. For situations such as this, it'd be nice to implicitly tell navee where to begin.

I tried adding the nodes to the menu and deselecting "Include in navigation" in hopes that it would still see its parents, but no luck there either.

michaelfromtheoutfit commented 7 years ago

Hey @simplethemes,

I've added two new parameters: startWithNodeId and startWithChildrenOfNodeId

I think these should take care of it for you.

MW