Backup of db before drupal security update
[yaffs-website] / web / core / modules / views_ui / templates / views-ui-style-plugin-table.html.twig
1 {#
2 /**
3  * @file
4  * Default template for the settings of a table style views display.
5  *
6  * Available variables:
7  * - table: A table of options for each field in this display.
8  * - form: Any remaining form fields not included in the table.
9  *   - description_markup: An overview for the settings of this display.
10  *
11  * @see template_preprocess_views_ui_style_plugin_table()
12  *
13  * @ingroup themeable
14  */
15 #}
16 {{ form.description_markup }}
17 {{ table }}
18 {{ form }}