From 63c417152ec6cecaa8c6ecb003be42635ef7eec0 Mon Sep 17 00:00:00 2001 From: Morgan Date: Mon, 30 Oct 2023 17:10:07 +0900 Subject: [PATCH] Update static/admin/config.yml --- static/admin/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/admin/config.yml b/static/admin/config.yml index c7e9a6e..2c4f583 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -17,7 +17,7 @@ collections: publish_mode: editorial_workflow slug: '{{year}}-{{month}}-{{day}}-{{slug}}' editor: - preview: true + preview: false fields: - { label: 'Title', name: 'title', widget: 'string' } - { label: 'Publish Date', name: 'date', widget: 'datetime' } @@ -32,7 +32,7 @@ collections: publish_mode: editorial_workflow slug: '{{year}}-{{month}}-{{day}}-{{slug}}' editor: - preview: true + preview: false fields: - { label: 'Title', name: 'title', widget: 'string' } - { label: 'Publish Date', name: 'date', widget: 'datetime' }