FIX admin collection config
This commit is contained in:
parent
736ea6fc1f
commit
89c7ebf678
1 changed files with 4 additions and 1 deletions
|
@ -25,6 +25,9 @@ collections:
|
|||
- { label: 'Alt', name: 'alt', widget: 'string' }
|
||||
- { label: 'Caption', name: 'caption', widget: 'string' }
|
||||
- { label: 'Overview', name: 'overview', widget: 'string' }
|
||||
- { label: 'Tags', name: 'tags', widget: 'list' }
|
||||
- label: 'Tags'
|
||||
name: 'tags'
|
||||
widget: 'list'
|
||||
field: { label: 'tag', name: 'Tag', widget: 'string' }
|
||||
- { label: 'Date', name: 'date', widget: 'datetime' }
|
||||
- { label: 'Body', name: 'body', widget: 'markdown' }
|
||||
|
|
Loading…
Reference in a new issue