I have an image-field where i can upload multiple images. For the Display I want only show one image. So when I limit to 1 on the field display settings it does not save the entry:
Repeatable: Always
Steps to repeat:
1. Create an image-field with multiupload
2. Create a node and upload some images
3. Go to the Field Display of the CT "admin/structure/types/CT/event/display"/VM
4. Limit the amount of Images to show to #1 and save.
Expected Results:
The Limit is still set and it only display one Image on the Node.
Actual Results:
The Limit-Field is empty. All Images that has been uploaded are displayed.
Comments
Comment #1
swentel commentedDo you enter '#1' or '1' ? Because it needs to be an integer (granted, it's not really clearly)
Comment #2
daniela basualdo commented@swentel: that's the solution :-/ thanx!
Comment #3
swentel commentedOk, this will be a bit more clearly in a new branch :)