{% If (NodeHasChildren) { } %}Is there a way to change this so I can say something along the lines of If NodeHasChildren of a specific page type?
I have created a Hierarchical navigation but the issue I am having right now is with the IsDocumentOnSelectedPath() macro. The menu I created has sub menu items but only the first item under the me...
In a hierarchical view, I can use @NodeHasChildren@ to check if an item has children. An alternative is using @Documents.Where(@NodeID = @ + NodeID).FirstItem.Children.Count @ 0@. Now I realized th...