- Issue created by @BramDriesen
- Merge request !33Issue #3531977: Add option to remove repeated identical segments → (Open) created by BramDriesen
- 🇧🇪Belgium BramDriesen Belgium 🇧🇪
Probably could use some tests, but this is ready to go!
Easy breadcrumb has the option to remove repeated identical segments. This is useful for when you are on a page /events which also has a menu link "Events". Currently it would show Home > Events > Events
when you append the current page title. Here it would be sufficient to just show the last crumb.
The logic is not that complex so it's easy to port to Menu Breadcrumb.
Have a menu link and a page/view with the same title
Have home link enabled
Have "Append current page" enabled
Observe crumbs like Home > Events > Events
Introduce extra options:
Remove repeated identical segments
Remove repeated identical segments - only validate on the text
Port the same logic as easy_breadcrumb.
MR
Extra options
N/A
N/A
Active
2.0
Code
Probably could use some tests, but this is ready to go!