timmyomahony / craft-matrix-field-preview

Configure a screenshot preview for all your matrix field blocks, giving your clients a better publishing experience.
https://plugins.craftcms.com/matrix-field-preview
Other
16 stars 4 forks source link

Configured preview fields without an image aren't showing image placeholder #23

Closed timmyomahony closed 4 years ago

timmyomahony commented 4 years ago

Fields that have been configured, but haven't got an uploaded image are not correctly displaying the placeholder image:

Screenshot 2020-06-03 at 11 02 44

This is most likely to do with the JavaScript used to generate the modal content :

https://github.com/weareferal/craft-matrix-field-preview/blob/master/src/assets/previewfield/dist/js/PreviewField.js#L195

timmyomahony commented 4 years ago

Fixed in #26