Pull merge.
[yaffs-website] / web / core / modules / file / templates / file-upload-help.html.twig
1 {#
2 /**
3  * @file
4  * Default theme implementation 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  * @ingroup themeable
12  */
13 #}
14 {{ descriptions|safe_join('<br />') }}