b13 / menus

TYPO3 Extension for creating fast menus in a fast fashion
GNU General Public License v2.0
54 stars 22 forks source link

[FEATURE] BreadcrumbsMenu: excludePages #20

Closed sbuerk closed 3 years ago

sbuerk commented 4 years ago

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 3 years ago

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 3 years ago

Have updated the pullrequest regarding the reviews.