I am trying to add another level to the breadcrumb menu, but all it does is duplicate level 2. Below is the code I am using: {% set menu_id = module.renamed_from_id || module.menu %} {% set node = menu(menu_id,"breadcrumb") %} {% if node != nul
read more