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.
|
{# |
|
/** |
|
* @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 }}
|
|
|