slope-it / breadcrumb-bundle

A bundle for generating dynamic breadcrumbs in Symfony applications
Other
10 stars 4 forks source link

How can I pass some variables to the breadcrumb template? #24

Open semivori opened 1 month ago

semivori commented 1 month ago

How can I pass some variables to the breadcrumb template from my template twig file or from controller?

asprega commented 3 weeks ago

Hi. What kind of variables do you need to pass? At the moment nothing except label, route and translatable params/domain can be passed to the breadcrumb item (and, in turn, to the template).

Can you please make an example to explain your use case?