13 lines
252 B
Twig
13 lines
252 B
Twig
|
{#
|
||
|
/**
|
||
|
* @file
|
||
|
* Theme override for an image field widget.
|
||
|
*
|
||
|
* Included from Classy theme.
|
||
|
*
|
||
|
* @see template_preprocess_image_widget()
|
||
|
*/
|
||
|
#}
|
||
|
{% include '@classy/content-edit/image-widget.html.twig' %}
|
||
|
{{ attach_library('classy/image-widget') }}
|