Property:Has status
Appearance
Created page with "This property defines the content's visibility status (e.g., Draft, Published, or Archived). Has type::Text" |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
This property defines the | This property defines the publication status of an entry, controlling its visibility on the front-end. | ||
[[Has type::Text]] | [[Has type::Text]] | ||
[[Allows value::Draft]] | |||
[[Allows value::Published]] | |||
[[Allows value::Archived]] | |||
Latest revision as of 02:44, 21 September 2025
This property defines the publication status of an entry, controlling its visibility on the front-end.
Text Draft Published Archived
{ "type": "PROPERTY_CONSTRAINT_SCHEMA", "constraints": { "type_constraint": "_txt", "allowed_values": [ "Draft", "Published", "Archived" ] } }