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' }