I am having trouble rendering a proper breadcrumb.
In the site there pages which are hidden from the menu but should be visible in the breadcrumb. I am using the dwnavigation settings expandmode pathonly.
From the attribute @ShowInLegend i can determine if it should be visible. But when a page element is hidden from the menu the element is removed from the xml but i need it for my breadcrumb.
Is it possible to have the menu items in the xml when hide from menu is used? An attribute ShowInMenu on the page element would solve this.