file-widget-multiple.html.twig
Same filename in this branch
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
template_preprocess_file_widget_multiple()
File
-
core/
themes/ starterkit_theme/ templates/ content-edit/ file-widget-multiple.html.twig
View 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 }}