Update static/admin/config.yml
This commit is contained in:
parent
4857c2134e
commit
63c417152e
|
@ -17,7 +17,7 @@ collections:
|
||||||
publish_mode: editorial_workflow
|
publish_mode: editorial_workflow
|
||||||
slug: '{{year}}-{{month}}-{{day}}-{{slug}}'
|
slug: '{{year}}-{{month}}-{{day}}-{{slug}}'
|
||||||
editor:
|
editor:
|
||||||
preview: true
|
preview: false
|
||||||
fields:
|
fields:
|
||||||
- { label: 'Title', name: 'title', widget: 'string' }
|
- { label: 'Title', name: 'title', widget: 'string' }
|
||||||
- { label: 'Publish Date', name: 'date', widget: 'datetime' }
|
- { label: 'Publish Date', name: 'date', widget: 'datetime' }
|
||||||
|
@ -32,7 +32,7 @@ collections:
|
||||||
publish_mode: editorial_workflow
|
publish_mode: editorial_workflow
|
||||||
slug: '{{year}}-{{month}}-{{day}}-{{slug}}'
|
slug: '{{year}}-{{month}}-{{day}}-{{slug}}'
|
||||||
editor:
|
editor:
|
||||||
preview: true
|
preview: false
|
||||||
fields:
|
fields:
|
||||||
- { label: 'Title', name: 'title', widget: 'string' }
|
- { label: 'Title', name: 'title', widget: 'string' }
|
||||||
- { label: 'Publish Date', name: 'date', widget: 'datetime' }
|
- { label: 'Publish Date', name: 'date', widget: 'datetime' }
|
||||||
|
|
Loading…
Reference in New Issue