This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/web/modules/contrib/webform/templates/webform-element-image-file.html.twig
2018-11-23 12:29:20 +00:00

19 lines
463 B
Twig

{#
/**
* @file
* Default theme implementation for an image file element.
*
* Available variables:
* - element: The element.
* - value: The element's value.
* - options Associative array of options for element.
* - file: The element's File object.
* - uri: The element's URI.
* - style_name: The image style name.
* - format: The image display format.
* - image: The image.
*/
#}
{{ attach_library('webform/webform.element.image_file') }}
{{ image }}