2015-11-11 12:04:58 +00:00
|
|
|
{#
|
|
|
|
/**
|
|
|
|
* @file
|
|
|
|
* Theme override for vertical tabs.
|
|
|
|
*
|
|
|
|
* Available variables
|
|
|
|
* - attributes: A list of HTML attributes for the wrapper element.
|
2016-02-17 02:32:03 +00:00
|
|
|
* - children: The rendered tabs.
|
2015-11-11 12:04:58 +00:00
|
|
|
*
|
|
|
|
* @see template_preprocess_vertical_tabs()
|
|
|
|
*/
|
|
|
|
#}
|
|
|
|
<div{{ attributes.setAttribute('data-vertical-tabs-panes', TRUE) }}>{{ children }}</div>
|