[FEATURE] BreadcrumbsMenu: excludePages
Closed this issue · 2 comments
sbuerk commented
We are evaluating to change our menues with this extensions. For the Breadcrumbs we need the ability to configure pages to be excluded from the rendering / rootline.
ROOTLINE: PAGE1 -> PAGE2 -> PAGE3 -> PAGE4
EXCLUDE.: 2
EXPECTED: PAGE1 -> PAGE3 -> PAGE4
The TreeMenu has a excludePages configuration, the BreadcrumbsMenu itself is missing that (for us).
sbuerk commented
Have redone the PR on current master state. But anyway, there was no comment on this. Can someone take a look ?
Even if not wanted, let me know.
We had backported menus to v8 for a project, and needed this excludePages. Currently we are working on the upgrade to v9, and would be nice to use the orginial extension directly instead of a fork/local copy.
sbuerk commented
Have updated the pullrequest regarding the reviews.