vertical-tabs.html.twig 363 B

123456789101112131415
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation for vertical tabs.
  5. *
  6. * Available variables
  7. * - attributes: A list of HTML attributes for the wrapper element.
  8. * - children: The rendered tabs.
  9. *
  10. * @see template_preprocess_vertical_tabs()
  11. *
  12. * @ingroup themeable
  13. */
  14. #}
  15. <div{{ attributes.setAttribute('data-vertical-tabs-panes', TRUE) }}>{{ children }}</div>