Pages CMS
  • GitHub GitHub
  • Discord Discord

Getting started

  • Introduction
  • Quick start

Configuration

  • Overview
  • Media
  • Content
  • Components
  • Settings
  • Collaborators

Fields

  • Block field
  • Boolean field
  • Code field
  • Date field
  • File field
  • Image field
  • Number field
  • Object field
  • Reference field
  • Rich-text field
  • Select field
  • String field
  • Text field
  • UUID field

Guides

  • Installing
    • Install locally
    • Deploy on Vercel
    • Self-host
  • Upgrading to 2.x
  • Migrating collaborators
  • Creating a custom field

Development

  • Authentication
  • Caching
  • Fields
  • Environment variables
  • GitHub App
GitHubGitHub
DiscordDiscord
Getting started
Introduction
Quick start
Configuration
Overview
Media
Content
Components
Settings
Collaborators
Fields
Block field
Boolean field
Code field
Date field
File field
Image field
Number field
Object field
Reference field
Rich-text field
Select field
String field
Text field
UUID field
Guides
Installing
Install locally
Deploy on Vercel
Self-host
Upgrading to 2.x
Migrating collaborators
Creating a custom field
Development
Authentication
Caching
Fields
Environment variables
GitHub App

Text field


View as Markdown Open in ChatGPT Open in Claude Cursor Open in Cursor
String field
UUID field

Multi-line plain text.

Use for summaries, excerpts, and notes.

Options

Key Description
minlength Minimum allowed length (e.g. 20).
maxlength Maximum allowed length (e.g. 280).

Example

- name: excerpt
  type: text
  options:
    maxlength: 280
String field UUID field

On this page

  1. Options
  2. Example