image-widget.html.twig 252 B

123456789101112
  1. {#
  2. /**
  3. * @file
  4. * Theme override for an image field widget.
  5. *
  6. * Included from Classy theme.
  7. *
  8. * @see template_preprocess_image_widget()
  9. */
  10. #}
  11. {% include '@classy/content-edit/image-widget.html.twig' %}
  12. {{ attach_library('classy/image-widget') }}