fix(config): allow setting publish_mode to 'simple' (#1827)

This commit is contained in:
Benaiah Mischenko 2018-10-31 18:50:41 -07:00 committed by Shawn Erquhart
parent cd2036f500
commit 288359da3b

View File

@ -48,7 +48,7 @@ const getConfigSchema = () => ({
},
publish_mode: {
type: 'string',
enum: ['editorial_workflow'],
enum: ['simple', 'editorial_workflow'],
examples: ['editorial_workflow'],
},
slug: {