diff --git a/templates/block/block--system-menu-block.html.twig b/templates/block/block--system-menu-block.html.twig index 407f8403f..6e52bfdd9 100755 --- a/templates/block/block--system-menu-block.html.twig +++ b/templates/block/block--system-menu-block.html.twig @@ -39,7 +39,7 @@ 'menu--' ~ derivative_plugin_id|clean_class, ] %} -{% set heading_id = attributes.id ~ '-menu'|clean_id %} +{% set heading_id = (configuration.id ~ '-menu')|clean_id %}