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.twigView source
- {#
- /**
-  * @file
-  * Override of the image field widget to display the preview image after other fields.
-  */
- #}
- <div{{ attributes }}>
-   {{ data|without('preview') }}
-   {{ data.preview }}
- </div>
