fix(config): allow setting publish_mode to 'simple' (#1827)
This commit is contained in:
parent
cd2036f500
commit
288359da3b
@ -48,7 +48,7 @@ const getConfigSchema = () => ({
|
|||||||
},
|
},
|
||||||
publish_mode: {
|
publish_mode: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
enum: ['editorial_workflow'],
|
enum: ['simple', 'editorial_workflow'],
|
||||||
examples: ['editorial_workflow'],
|
examples: ['editorial_workflow'],
|
||||||
},
|
},
|
||||||
slug: {
|
slug: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user