You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
292 B
15 lines
292 B
2 years ago
|
{#
|
||
|
/**
|
||
|
* @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 }}
|