FIX overview to display more text in cms

This commit is contained in:
Hoernschen 2024-06-20 10:41:14 +02:00
parent 89c7ebf678
commit 5eaf886b90
Signed by: hoernschen
GPG key ID: 37591FAF4E6D3462

View file

@ -24,7 +24,7 @@ collections:
- { 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: 'text' }
- label: 'Tags' - label: 'Tags'
name: 'tags' name: 'tags'
widget: 'list' widget: 'list'