navigation component using sightly
问题 I am trying to make use of Navigation api for making a global header component @http://docs.adobe.com/docs/en/cq/5-6-1/javadoc/com/day/cq/wcm/foundation/Navigation.html I have a sightly html that is able to get me the reference to the "item" <div data-sly-unwrap data-sly-use.navitems="${'Helper'}"></div> <ul data-sly-list="${navitems.navigationIterator}"> <li> ${itemList.count} :: ${item.page.properties.jcr:primaryType} :: ${item.title} ${item.navigation.element.properties.Type} </li> Helper