summaryrefslogtreecommitdiffstatshomepage
path: root/core/modules/file/templates/file-upload-help.html.twig
blob: 8fa6b3ef40e6d18b08ba0a3582582370a316b040 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{#
/**
 * @file
 * Default theme implementation to display help text for file fields.
 *
 * Available variables:
 * - descriptions: Lines of help text for uploading a file.
 *
 * @see template_preprocess_file_upload_help()
 *
 * @ingroup themeable
 */
#}
{{ descriptions|safe_join('<br />') }}