-
Notifications
You must be signed in to change notification settings - Fork 348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Breadcrumbs component #766
Comments
I'd like to, but not worked out how to get Symfony to 'know' the hierarchy structure that I've defined in my routes, to draw the breadcrumb trail. It might have to be from my menu definition, but this only has 'major' section pages. |
The KnpMenuBundle is working on a breadcrumb: KnpLabs/KnpMenu#45 |
I actually made something that supports this, not as 'automated' as the KnpMenuBundle proposal but still very usable. The Breadcrumbs are registered by name, and then can be referenced by another one to build a tree which is then converted to a Menu, each item in the tree (single level) is the actual breadcrumb. I will upload it to a Github repository today; It was part of a former 'platform' which got discontinued for smaller more reusable packages. |
can we integrate this somehow? or do we just need some doc and this works out of the box? |
ping @sstok |
Integration should be very simple, the RollerworksNavigationBundle is only about the registering of menu's and breadcrumbs. But internally it uses the KNPMenuBundle for rendering. |
@sstok so do we need some doc or can we close this? |
I think this can be closed 👍 |
Tnx |
I'm uncertain if people use breadcrumbs, but I think we should have one anyway :)
The text was updated successfully, but these errors were encountered: