You are here

focal-point-media-library-image-widget.html.twig in Focal Point 8

Override of the image field widget to display the preview image after other fields.

File

templates/focal-point-media-library-image-widget.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Override of the image field widget to display the preview image after other fields.
  5. */
  6. #}
  7. <div{{ attributes }}>
  8. {{ data|without('preview') }}
  9. {{ data.preview }}
  10. </div>