19 lines
463 B
Twig
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 }}
|