Update static/admin/config.yml
This commit is contained in:
parent
17d60610c9
commit
d576c11ad7
|
@ -22,5 +22,5 @@ collections:
|
|||
- { label: 'Title', name: 'title', widget: 'string' }
|
||||
- { label: 'Publish Date', name: 'date', widget: 'datetime' }
|
||||
- { label: 'Slug', name: 'slug', widget: 'string' }
|
||||
- { label: 'Description', name: 'description', widget: 'string' }
|
||||
- { label: 'Description', name: 'description', widget: 'string', required: false }
|
||||
- { label: 'Body', name: 'body', widget: 'markdown' }
|
||||
|
|
Loading…
Reference in New Issue