You are here

file-widget-multiple.html.twig in Drupal 10

Theme override to display a multi file form widget.

Available variables:

  • table: Table of previously uploaded files.
  • element: The form element for uploading another file.

File

core/themes/classy/templates/content-edit/file-widget-multiple.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Theme override to display a multi file form widget.
  5. *
  6. * Available variables:
  7. * - table: Table of previously uploaded files.
  8. * - element: The form element for uploading another file.
  9. *
  10. * @see template_preprocess_file_widget_multiple()
  11. */
  12. #}
  13. {{ table }}
  14. {{ element }}