file-widget-multiple.html.twig
Same filename in this branch
Default theme implementation 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/
modules/ file/ templates/ file-widget-multiple.html.twig
View source
- {#
- /**
- * @file
- * Default theme implementation 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()
- *
- * @ingroup themeable
- */
- #}
- {{ table }}
- {{ element }}
Related topics
- Theme system overview
- Functions and templates for the user interface that themes can override.