Page Status

Last modified: 7/21/2026

Page Status

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.

The states

Statuses are defined by your administrator (see Configuration). The shipped defaults, in lifecycle order:

StatusMeaning
draftWork in progress — content is incomplete or unreviewed
reviewContent is complete and awaiting review
publishedFinalized 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.

How it is used

---
title: My Article
status: review
---

What Status is NOT

Configuration

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.