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