Documentation
Core concepts
Understand sites, content types, entries, fields, and themes.
Sites
Every content-bearing record belongs to a Plum site. Standalone applications normally use one implicit site; embedded applications can resolve one site per host account.
Content types
A content type defines a reusable blueprint. Its fields describe the structured data editors can manage.
Entries
Entries are instances of content types. They have a title, slug, publication status, publication time, and blueprint-backed data.
Themes
Themes provide Liquid layouts, templates, assets, configurable settings, and block definitions. Host application themes take precedence over Plum's bundled fallbacks.