You are here

vertical-tabs.html.twig in Zircon Profile 8.0

Theme override for vertical tabs.

Available variables

  • attributes: A list of HTML attributes for the wrapper element.
  • children: The rendered checkboxes.

File

core/themes/stable/templates/navigation/vertical-tabs.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Theme override for vertical tabs.
  5. *
  6. * Available variables
  7. * - attributes: A list of HTML attributes for the wrapper element.
  8. * - children: The rendered checkboxes.
  9. *
  10. * @see template_preprocess_vertical_tabs()
  11. */
  12. #}
  13. <div{{ attributes.setAttribute('data-vertical-tabs-panes', TRUE) }}>{{ children }}</div>