file-widget-multiple.html.twig in Drupal 10
Same filename in this branch
- 10 core/modules/file/templates/file-widget-multiple.html.twig
- 10 core/themes/starterkit_theme/templates/content-edit/file-widget-multiple.html.twig
- 10 core/themes/classy/templates/content-edit/file-widget-multiple.html.twig
- 10 core/themes/claro/templates/content-edit/file-widget-multiple.html.twig
- 10 core/themes/stable9/templates/content-edit/file-widget-multiple.html.twig
- 10 core/themes/stable/templates/content-edit/file-widget-multiple.html.twig
Same filename and directory in other branches
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.
See also
File
core/themes/classy/templates/content-edit/file-widget-multiple.html.twigView source
- {#
- /**
- * @file
- * 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.
- *
- * @see template_preprocess_file_widget_multiple()
- */
- #}
- {{ table }}
- {{ element }}