camaleon-8.x-1.x-dev/templates/content-edit/file-upload-help.html.twig
templates/content-edit/file-upload-help.html.twig
1 2 3 4 5 6 7 8 9 10 11 12 | {# /** * @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 />' ) }} |