I have a "main" menu that gets embedded via Twig in my site-wide page
header. I've created additional menus for some of the deeper sections
of the content. I'm wondering how I get the main menu to mark an
entry "current" in a page that is logically under one of the pages
referenced by that main m
I have an setting loaded from my config and depending on this entry I
want the link in my menu to point to something different.
my_conf:
item: item_name
I have a service that runs to pull out the entity with the name
item_name and then I am able to access that entitys id property. In
the contr