Initial Drupal 11 with DDEV setup
This commit is contained in:
14
web/core/modules/file/templates/file-upload-help.html.twig
Normal file
14
web/core/modules/file/templates/file-upload-help.html.twig
Normal file
@ -0,0 +1,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 />') }}
|
||||
Reference in New Issue
Block a user