slope-it / breadcrumb-bundle

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

Add option to disable parameter extraction from current route #12

Closed Jupi007 closed 2 years ago

Jupi007 commented 2 years ago

Add an option to disable parameter extraction from current route:

slope_it_breadcrumb:
  extract_current_route_parameters: false

It defaults to true so no backward compatibility break.

Closes #8

asprega commented 2 years ago

Closing in favor of https://github.com/slope-it/breadcrumb-bundle/pull/17