Is there a way to display several images with a preview in a structure field after editing?
Right now the filenames are stored with a comma separation, so
The plugin PageBuilder has a solution and extended the preview in the panel:
The builder field, just like the structure field, allows you to define some markup in teh blueprint’s entry field to preview the content. The builder field extends this feature with the {{_fileUrl}} variable, to display images in the preview:
Well, yes, you can show the image and you can refer to individual fields with the field name in the double curly brackets. Other than that I’m not sure what you mean with Panel elements.