adaptivetheme-8.x-3.x-dev/at_core/templates/content-edit/file-upload-help.html.twig
at_core/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 />') }}