d11 theme
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

12 lines
277 B

{#
/**
* @file
* Theme override to display help text for file fields.
*
* Available variables:
* - descriptions: Lines of help text for uploading a file.
*
* @see \Drupal\file\Hook\FileThemeHooks::preprocessFileUploadHelp()
*/
#}
{{ descriptions|safe_join('<br />') }}