The Status field records a page's editorial lifecycle state — where the page is in its journey from first draft to finished content. Set it from the Status select in the page editor, next to User Keywords.
Statuses are defined by your administrator (see Configuration). The shipped defaults, in lifecycle order:
| Status | Meaning |
|---|---|
draft | Work in progress — content is incomplete or unreviewed |
review | Content is complete and awaiting review |
published | Finalized and approved content — **the default** |
A page with no status is published. The default state is represented by absence: choosing Published in the editor removes the status: field from the page's Frontmatter rather than writing it.
draft page awaiting work).status: field:---
title: My Article
status: review
---
draft / review / published as user keywords. Those migrated to the status: field automatically — if a page still carries them as keywords (for example after restoring an old backup), they are converted the next time the page is saved.draft page is just as visible as a published one. To restrict who can see a page, use Page Private or the page's Audience; to restrict who can edit it, use Author Lock.Administrators define the available states in configuration under ngdpbase.status. Each entry has a label, description, lifecycle order, and an enabled flag; exactly one entry carries default: true (the state an absent field means). Deployments can add states — for example an archived state after published — via the custom configuration file, with no code change.