Fields for image/gallery content
Fields for image collections (photography, portfolios).
All Fields
| Field | Type | Required | Description |
|---|---|---|---|
title | string | Yes | Image title |
image | string | Yes | Image file path |
date | date | No | Date taken/created |
author | string | No | Photographer |
description | string | No | Image description |
altText | string | No | Accessibility text |
categories | array | No | Groupings |
tags | array | No | Keywords |
orientation | string | No | ”landscape”, “portrait”, “square” |
imageDimensions | object | No | Width/height |
exif | object | No | Camera metadata |
EXIF Data
exif:
camera: "Canon EOS R5"
lens: "24-70mm f/2.8"
iso: 400
aperture: "f/8"
shutterSpeed: "1/250"
focalLength: "35mm"
dateTaken: 2025-01-15
Image Dimensions
imageDimensions:
width: 1920
height: 1080
Example
---
title: "Mountain Sunset"
date: 2025-01-15T00:00:00Z
author: "Photographer Name"
description: "Golden hour over the Alps"
altText: "Snow-capped mountains with orange sunset sky"
image: "/images/content/gallery/mountain-sunset.jpg"
orientation: "landscape"
categories:
- Landscapes
tags:
- Mountains
- Sunset
exif:
camera: "Sony A7R IV"
lens: "24-70mm f/2.8"
aperture: "f/11"
---