file-link.html.twig 455 B

1234567891011121314151617
  1. {#
  2. /**
  3. * @file
  4. * Theme override for a link to a file.
  5. *
  6. * Available variables:
  7. * - attributes: The HTML attributes for the containing element.
  8. * - link: A link to the file.
  9. * - icon: The icon image representing the file type.
  10. * - file_size: The size of the file.
  11. *
  12. * @see template_preprocess_file_link()
  13. * @see stable_preprocess_image_widget()
  14. */
  15. #}
  16. {{ attach_library('umami/classy.file') }}
  17. <span{{ attributes }}>{{ icon }} {{ link }}</span>