You are here

file-upload-help.html.twig in Drupal 10

Theme override to display help text for file fields.

Available variables:

  • descriptions: Lines of help text for uploading a file.

File

core/themes/stable9/templates/content-edit/file-upload-help.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Theme override to display help text for file fields.
  5. *
  6. * Available variables:
  7. * - descriptions: Lines of help text for uploading a file.
  8. *
  9. * @see template_preprocess_file_upload_help()
  10. */
  11. #}
  12. {{ descriptions|safe_join('<br />') }}