Update static/admin/config.yml

This commit is contained in:
Morgan 2023-10-30 17:10:07 +09:00
parent 4857c2134e
commit 63c417152e
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ collections:
publish_mode: editorial_workflow
slug: '{{year}}-{{month}}-{{day}}-{{slug}}'
editor:
preview: true
preview: false
fields:
- { label: 'Title', name: 'title', widget: 'string' }
- { label: 'Publish Date', name: 'date', widget: 'datetime' }
@ -32,7 +32,7 @@ collections:
publish_mode: editorial_workflow
slug: '{{year}}-{{month}}-{{day}}-{{slug}}'
editor:
preview: true
preview: false
fields:
- { label: 'Title', name: 'title', widget: 'string' }
- { label: 'Publish Date', name: 'date', widget: 'datetime' }