- Issue created by @svendecabooter
- π«π·France G4MBINI BΓ¨gles
It should be related to https://www.drupal.org/project/ui_patterns/issues/3508748 β¨ Add ability to track active menu items in menu source Active
- π§πͺBelgium svendecabooter Gent
I applied the MR logic from β¨ Add ability to track active menu items in menu source Active .
Then inui_suite_daisyui:menu
component, I add a check:{% if item.in_active_trail %} <!-- Try adding extra class here --> {% endif %}
That doesn't seem to work... Maybe I'm missing some additional context