Update Post status field options

This commit is contained in:
Eric Jinks 2018-03-28 09:45:43 +10:00
parent 5dd9efe396
commit ac7b945e6d

View file

@ -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"