format
This returns the format of the attachment as a string. This is currently only implemented for attachments that are images.
{% for image in this.attachments.images %} <p>{{ image._id }}: {{ image.format }} {% endfor %}
Comments