Content Models
A content model is a blueprint for your content. Think of it like a form template — you define the fields, and then each content item follows that structure.
Creating a Model
Step by step
- Go to Content Models in the sidebar
- Click "New Model" in the top-right corner
- Enter a name — e.g.
Blog Post. The URL slug auto-generates. -
Add your fields — here's a typical blog setup:
textTitle (mark as required)textSlugrichtextBodymediaHero ImagetextareaExcerpt - Click Save — your model is ready to use
All Available Field Types
text
Short Text
Titles, names, slugs, URLs
textarea
Long Text
Descriptions, excerpts, bios
richtext
Rich Text Editor
Blog posts, articles, formatted content
number
Number
Prices, quantities, ratings, sort order
boolean
True / False
Featured flags, visibility toggles
date
Date
Publish dates, event dates, deadlines
media
Single Media
Hero images, thumbnails, documents
media_multiple
Multiple Media
Photo galleries, file attachments
relation
Relation
Link to another content item (e.g. Author)
relation_multiple
Multiple Relations
Tags, categories, related posts
Tip: You can always add, remove, or reorder fields later. Start simple and iterate.