Fields for text/blog content
Fields for text collections (blog posts, articles).
All Fields
| Field | Type | Required | Description |
|---|---|---|---|
title | string | Yes | Post title |
date | date | No | Publication date |
author | string | No | Author name or ID |
description | string | No | SEO summary |
image | string | No | Featured image |
draft | boolean | No | Hide from site |
categories | array | No | Content groups |
tags | array | No | Keywords |
toc | object | No | Table of contents settings |
Table of Contents
Open Table of Contents
Example
---
title: "Complete Blog Post"
date: 2025-01-15T00:00:00Z
author: "Jane Smith"
description: "A comprehensive guide to..."
image: "/images/content/blog/post-hero.jpg"
categories:
- Tutorials
tags:
- Guide
- Beginner
toc:
enable: true
---