You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying the render the following in twig and I wanted to get some feedback on what would make most sense.
A breadcrumb needs to be rendered and the last item (current) is a dropdown toggle which opens a list of the parents children.
What I do right now is render a custom breadcrumb and call a knp menu at the end item but it maybe the cleaner to do this all in one template? Does anyone have any recommendations of how I could do this in one template?
Hi,
I am trying the render the following in twig and I wanted to get some feedback on what would make most sense.
A breadcrumb needs to be rendered and the last item (current) is a dropdown toggle which opens a list of the parents children.
What I do right now is render a custom breadcrumb and call a knp menu at the end item but it maybe the cleaner to do this all in one template? Does anyone have any recommendations of how I could do this in one template?
The menu tree:
Output (when at SubItem 1):
Output (when at 2ndSubItem 1):
The text was updated successfully, but these errors were encountered: