For some reason I cannot display preview-images in a structure-field in the panel.
This is how it looks like:
The filename is shown instead of the image.
This is my blueprint (abstract):
images:
label: Images
type: structure
fields:
file:
label: File
type: files
query: page.images
multiple: false
uploads:
template: image
required: true
I have played with some additional options for the file-field, but I cannot get it to display an image in the structure…
What am I missing?
