Update Post status field options
This commit is contained in:
parent
5dd9efe396
commit
ac7b945e6d
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ collections: # A list of collections the CMS should be able to edit
|
|||
- label: 'Status'
|
||||
name: 'status'
|
||||
widget: 'select'
|
||||
options: ["Published", "Featured / Published", "Draft / Hidden"]
|
||||
options: ["Published", "Featured", "Draft"]
|
||||
default: 'Published'
|
||||
- label: "Categories"
|
||||
name: "categories"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue