FIX admin collection config
This commit is contained in:
parent
6d00013039
commit
736ea6fc1f
1 changed files with 4 additions and 2 deletions
|
@ -17,11 +17,13 @@ collections:
|
||||||
preview: false
|
preview: false
|
||||||
fields:
|
fields:
|
||||||
- { label: 'Title', name: 'title', widget: 'string' }
|
- { label: 'Title', name: 'title', widget: 'string' }
|
||||||
- { label: 'Image', name: 'image', widget: 'object', fields:
|
- label: 'Image'
|
||||||
|
name: 'image'
|
||||||
|
widget: 'object'
|
||||||
|
fields:
|
||||||
- { label: 'Image', name: 'url', widget: 'image' }
|
- { label: 'Image', name: 'url', widget: 'image' }
|
||||||
- { label: 'Alt', name: 'alt', widget: 'string' }
|
- { label: 'Alt', name: 'alt', widget: 'string' }
|
||||||
- { label: 'Caption', name: 'caption', widget: 'string' }
|
- { label: 'Caption', name: 'caption', widget: 'string' }
|
||||||
}
|
|
||||||
- { label: 'Overview', name: 'overview', widget: 'string' }
|
- { label: 'Overview', name: 'overview', widget: 'string' }
|
||||||
- { label: 'Tags', name: 'tags', widget: 'list' }
|
- { label: 'Tags', name: 'tags', widget: 'list' }
|
||||||
- { label: 'Date', name: 'date', widget: 'datetime' }
|
- { label: 'Date', name: 'date', widget: 'datetime' }
|
||||||
|
|
Loading…
Reference in a new issue