navSiblings
This method is a shorthand version of the nav method, using the parent page of the current page as the parent context
. The included pages are therefore all siblings of the current page.
<@ navSiblings { options } @>
Options
- homepage: false Boolean
- Defines whether the homepage is included to a navigation with the root page as parent.
- excludeHidden: true Boolean
- Defines whether hidden pages are excluded from the navigation.
- class: false String|false
- An optional class of the wrapping
<ul>
element. - active: false String|false
- An optional class for the active
<li>
element.