- Issue created by @Gae58
In the menu block setting if I set to true expand every menu link I get all the child links displayed. If I set it to false, the children are not loaded into the code
In the twig file the children are not loaded through the css code I can't display them with the hover
I tried this cidce by leaving the checkbox setting to false
{% if items %}
{% if menu_level == 0 %}
but the is_collapsed setting doesn't work to be able to load children without displaying them
Active
1.0
Code