You are here

views-ui-style-plugin-flot-views-table.html.twig in Flot 8

Theme override for the settings of a table style views display.

Available variables:

  • table: A table of options for each field in this display.
  • form: Any remaining form fields not included in the table.
    • description_markup: An overview for the settings of this display.

File

flot_views_time/templates/views-ui-style-plugin-flot-views-table.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Theme override 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. #}
  14. {{ form.description_markup }}
  15. {{ table }}
  16. {{ form }}