From d576c11ad761467e3c056008088dfc34b6382e40 Mon Sep 17 00:00:00 2001 From: Morgan Date: Thu, 26 Oct 2023 14:35:13 +0900 Subject: [PATCH] Update static/admin/config.yml --- 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 3086595..cf7e9ba 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -22,5 +22,5 @@ collections: - { label: 'Title', name: 'title', widget: 'string' } - { label: 'Publish Date', name: 'date', widget: 'datetime' } - { label: 'Slug', name: 'slug', widget: 'string' } - - { label: 'Description', name: 'description', widget: 'string' } + - { label: 'Description', name: 'description', widget: 'string', required: false } - { label: 'Body', name: 'body', widget: 'markdown' }