greendale-1.0.x-dev/templates/content-edit/file-upload-help.html.twig
templates/content-edit/file-upload-help.html.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 />') }}
