Files
Popsu-coloque/web/themes/contrib/mediteran/templates/content-edit/file-upload-help.html.twig
T
2020-06-08 23:57:36 +02:00

13 lines
255 B
Twig

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