Version 1
[yaffs-website] / web / core / themes / stable / templates / content-edit / file-upload-help.html.twig
1 {#
2 /**
3  * @file
4  * Theme override to display help text for file fields.
5  *
6  * Available variables:
7  * - descriptions: Lines of help text for uploading a file.
8  *
9  * @see template_preprocess_file_upload_help()
10  */
11 #}
12 {{ descriptions|safe_join('<br />') }}