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

This commit is contained in:
Hoernschen 2024-06-20 00:04:21 +02:00
parent 736ea6fc1f
commit 89c7ebf678
Signed by: hoernschen
GPG key ID: 37591FAF4E6D3462

View file

@ -25,6 +25,9 @@ collections:
- { 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'
field: { label: 'tag', name: 'Tag', widget: 'string' }
- { label: 'Date', name: 'date', widget: 'datetime' } - { label: 'Date', name: 'date', widget: 'datetime' }
- { label: 'Body', name: 'body', widget: 'markdown' } - { label: 'Body', name: 'body', widget: 'markdown' }