Open teewhey opened 6 years ago
If you refresh or save the page, are the images shown after that?
Nope. Nothing on the drop down list. I've used different browser & also private browsing mode.
I'm not sure if it is a problem from filepicker
field or from us. Grav's filepicker
field doesn't consider ".JPG" extension as ".jpg". You have 2 solutions:
header.images
, the result looks like this: header.images:
name: images
type: list
style: vertical
label: Images
fields:
.title:
type: text
label: Title
help: Image's title.
.full:
type: filepicker
folder: '@self'
preview_images: true
accept:
- .png
- .jpg
- .JPG
label: Full Image
help: Full image's filename.
I will need to contact Grav developer for their comments.
Ah... I renamed the file extension to small caps and re-uploaded it and it appears.
I have uploaded a few pictures in the gallery using the admin plugin. Image was successfully uploaded and saved.
However when I go to the Images tab to create an item, the list is somehow empty.
Any idea?