diff --git a/public/modules/custom/helfi_group/templates/block--group-content-menu.html.twig b/public/modules/custom/helfi_group/templates/block--group-content-menu.html.twig index cb9b79c3..65f9a21a 100644 --- a/public/modules/custom/helfi_group/templates/block--group-content-menu.html.twig +++ b/public/modules/custom/helfi_group/templates/block--group-content-menu.html.twig @@ -39,6 +39,9 @@ {% set section_menu_title_current = null %} {% endif %} +{% set section_menu_title_link = attributes.id ~ '-menu-link'|clean_id %} +{% set section_menu_aria_controls = attributes.id ~ '-menu-wrapper'|clean_id %} + {% set heading_id = attributes.id ~ '-menu'|clean_id %}