Version 1
[yaffs-website] / web / core / themes / stable / templates / navigation / vertical-tabs.html.twig
diff --git a/web/core/themes/stable/templates/navigation/vertical-tabs.html.twig b/web/core/themes/stable/templates/navigation/vertical-tabs.html.twig
new file mode 100644 (file)
index 0000000..5872220
--- /dev/null
@@ -0,0 +1,13 @@
+{#
+/**
+ * @file
+ * Theme override for vertical tabs.
+ *
+ * Available variables
+ * - attributes: A list of HTML attributes for the wrapper element.
+ * - children: The rendered tabs.
+ *
+ * @see template_preprocess_vertical_tabs()
+ */
+#}
+<div{{ attributes.setAttribute('data-vertical-tabs-panes', TRUE) }}>{{ children }}</div>