block--system-menu-block--footer.html.twig
Same filename in other branches
- 9 core/profiles/demo_umami/themes/umami/templates/components/navigation/block--system-menu-block--footer.html.twig
- 10 core/profiles/demo_umami/themes/umami/templates/components/navigation/block--system-menu-block--footer.html.twig
- 11.x core/profiles/demo_umami/themes/umami/templates/components/navigation/block--system-menu-block--footer.html.twig
Theme override for Menu footer block.
File
-
core/
profiles/ demo_umami/ themes/ umami/ templates/ components/ navigation/ block--system-menu-block--footer.html.twig
View source
- {#
- /**
- * @file
- * Theme override for Menu footer block.
- */
- #}
- {%
- set classes = [
- 'block',
- 'block-' ~ configuration.provider|clean_class,
- 'block-' ~ plugin_id|clean_class,
- 'menu-footer-wrapper',
- ]
- %}
- {% set title_classes = ['menu-footer__title'] %}
- <div{{ attributes.addClass(classes) }}>
- {{ title_prefix }}
- {% if label %}
- <h2{{ title_attributes.addClass(title_classes) }}>{{ label }}</h2>
- {% endif %}
- {{ title_suffix }}
- {% block content %}
- {{ content }}
- {% endblock %}
- </div>
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.