From 5eaf886b907f24442ea55f8d072a12de1b7e387c Mon Sep 17 00:00:00 2001 From: Hoernschen Date: Thu, 20 Jun 2024 10:41:14 +0200 Subject: [PATCH] FIX overview to display more text in cms --- static/admin/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/admin/config.yml b/static/admin/config.yml index f861ce6..54e432c 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -24,7 +24,7 @@ collections: - { label: 'Image', name: 'url', widget: 'image' } - { label: 'Alt', name: 'alt', widget: 'string' } - { label: 'Caption', name: 'caption', widget: 'string' } - - { label: 'Overview', name: 'overview', widget: 'string' } + - { label: 'Overview', name: 'overview', widget: 'text' } - label: 'Tags' name: 'tags' widget: 'list'