Hi, I'm making gallery tab using list and filepicker fields, its working pretty good, but after save the input field with selected image shows just the filename, and not image itself. I have preview_images turned on in my blueprint. Dont u know what should do the trick to show selected image easily?
Archive
here's part of my blueprint
YAML
header.image:
name: image
type: list
style: vertical
label: Galerie
limit: 7
fields:
.text:
type: text
label: Popisek
.picked_image:
type: filepicker
folder: '@self/gallery/'
label: 'Vyberte si obrázek.'
preview_images: true
acccept:
- 'image/*'
.upload:
type: file
label: 'Nahrát nový obrázek'
destination: '@self/gallery/'
multiple: false
accept:
- image/*
---
is it possible to have thumbnail visible in selected option? i mean ilu09
Screen Shot 2016-12-03 at 01
Log in to reply.
Suggested topics
| Topic | Participants | Replies | Views | Activity |
|---|---|---|---|---|
| 0 | 1352 | 9 years ago | ||
| 2 | 935 | 9 years ago | ||
| 2 | 4064 | 9 years ago | ||
| 1 | 2949 | 9 years ago | ||
| 3 | 1119 | 9 years ago |