Galleries
Gallery, gallery image, gallery category, and gallery tag collections
Galleries
The galleries feature is available on all plans.
galleries
Stores image galleries. Supports ordering. Deleting a gallery cascades to its images.
| Field | Type | Description | Required |
|---|---|---|---|
title | text | Title | ✓ |
slug | text | URL slug (auto-generated) | |
description | textarea | Description | |
items | join | Image list (gallery-items, sortable) | |
categories | relationship[] | Categories (gallery-categories, M:N) | |
tags | relationship[] | Tags (gallery-tags, M:N) | |
status | select | Status: draft, published (default: draft) | ✓ |
thumbnail | upload | Thumbnail image (images) | |
metadata | json | Custom metadata |
gallery-items
Stores gallery items. Images reference the unified images collection.
| Field | Type | Description | Required |
|---|---|---|---|
alt | text | Alt text (auto-synced from gallery title) | |
gallery | relationship | Parent gallery (galleries) | ✓ |
title | text | Image title | |
content | richText | Image description |
gallery-categories
Stores gallery categories. Supports hierarchical structure (parent-child).
| Field | Type | Description | Required |
|---|---|---|---|
title | text | Category name | ✓ |
slug | text | URL slug (auto-generated) | |
description | textarea | Description | |
image | relationship | Featured image (images) | |
parent | relationship | Parent category (gallery-categories) | |
color | color | Badge color (hex) |
gallery-tags
Stores gallery tags.
| Field | Type | Description | Required |
|---|---|---|---|
title | text | Tag name | ✓ |
slug | text | URL slug (auto-generated) | |
color | color | Badge color (hex) |