FIX admin collection config
All checks were successful
build-to-pages / build (push) Successful in 2m10s
build-to-pages / push (push) Successful in 13s

This commit is contained in:
Hoernschen 2024-06-19 23:56:53 +02:00
parent 6d00013039
commit 736ea6fc1f
Signed by: hoernschen
GPG key ID: 37591FAF4E6D3462

View file

@ -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' }