Fix
This commit is contained in:
parent
a6d3a4c733
commit
0aa56bc06f
|
@ -25,19 +25,19 @@ collections:
|
|||
- { label: 'Description', name: 'description', widget: 'string', required: false }
|
||||
- { label: 'Body', name: 'body', widget: 'markdown' }
|
||||
|
||||
- name: 'daily'
|
||||
- name: 'daily'
|
||||
label: 'Daily'
|
||||
folder: 'content/daily'
|
||||
create: true
|
||||
publish_mode: editorial_workflow
|
||||
slug: '{{year}}-{{month}}-{{day}}'
|
||||
editor:
|
||||
preview: false
|
||||
preview: false
|
||||
fields:
|
||||
- { label: 'Title', name: 'title', widget: 'string' }
|
||||
- { label: 'Publish Date', name: 'date', widget: 'datetime' }
|
||||
- { label: 'Slug', name: 'slug', widget: 'string' }
|
||||
- { label: 'Body', name: 'body', widget: 'markdown' }
|
||||
- { label: 'Title', name: 'title', widget: 'string' }
|
||||
- { label: 'Publish Date', name: 'date', widget: 'datetime' }
|
||||
- { label: 'Slug', name: 'slug', widget: 'string' }
|
||||
- { label: 'Body', name: 'body', widget: 'markdown' }
|
||||
|
||||
- name: 'diary'
|
||||
label: 'Diary'
|
||||
|
|
Loading…
Reference in New Issue