Am I the only one to be annoyed by the new FILE fieldtype that permits upload of one or more images ? ... and generate too different yaml formats that need two different output tags format in HTML template.
http://www.statamic.com/learn/documentation/fieldtypes/file
At least would it be possible to have this tag work in both cases?
{{ images }}
<img src="{{ value }}" />
{{ /image }}