Start with default generated template
This commit is contained in:
12
templates/content-edit/file-upload-help.html.twig
Normal file
12
templates/content-edit/file-upload-help.html.twig
Normal file
@@ -0,0 +1,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 />') }}
|
||||
Reference in New Issue
Block a user