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 help text for file fields. |
|
* |
|
* Available variables: |
|
* - descriptions: Lines of help text for uploading a file. |
|
* |
|
* @see template_preprocess_file_upload_help() |
|
*/ |
|
#} |
|
{{ descriptions|safe_join('<br />') }}
|
|
|