From 20a67a112afe1434c4d6126e34f476ffceba0081 Mon Sep 17 00:00:00 2001 From: trean Date: Mon, 8 Jan 2024 18:13:20 +0000 Subject: [PATCH] decap with raw-only editor --- qdrant-landing/static/admin/config.yml | 2 +- qdrant-landing/static/admin/index.html | 13 ++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/qdrant-landing/static/admin/config.yml b/qdrant-landing/static/admin/config.yml index 2f2dc5c02..a39de5102 100644 --- a/qdrant-landing/static/admin/config.yml +++ b/qdrant-landing/static/admin/config.yml @@ -29,4 +29,4 @@ collections: hint: 'If enabled, this post will be featured in the "Features and News" blog section. Only the last 4 featured posts will be displayed in this section. Featured posts will not appear in the regular post list.' } - { label: 'Tags', name: 'tags', widget: 'list', allow_add: true, hint: 'Use a comma without a space to separate tags (this widget will add spaces after commas itself). Currently, tags only used to show related posts and not appear in user interface. But it can change in the future.' } - - { label: 'Body', name: 'body', widget: 'markdown' } + - { label: 'Body', name: 'body', widget: 'markdown', modes: ['raw'] } diff --git a/qdrant-landing/static/admin/index.html b/qdrant-landing/static/admin/index.html index e3cfaaae9..8c126f318 100644 --- a/qdrant-landing/static/admin/index.html +++ b/qdrant-landing/static/admin/index.html @@ -1,14 +1,13 @@ - + - - + + + Content Manager - - - - + + \ No newline at end of file