APY / APYBreadcrumbTrailBundle

Generate a dynamic Twig breadcrumbs trail via Annotations, PHP Attributes or PHP methods.
81 stars 32 forks source link

Continue trail of another Route #91

Open JesusRedGar opened 1 year ago

JesusRedGar commented 1 year ago

First, thanks for this amazing bundle. I have a suggestion that could be implemented:

There is an attribute to reset the Breadcrumb called: ResetBreadcrumbTrail. There could be another attribute that recieves the name of a route by parameter and continues the trail of an already declared Breadcrumb in that route.

This will help a lot because changes in a parent in the breadcrumb wouldn't break all the breadcrumbs in its descendants.