From 9fb3c3294f813ec987989ec81ddda0bbc126f9a2 Mon Sep 17 00:00:00 2001 From: Alex de Landgraaf Date: Mon, 24 Apr 2023 17:24:24 +0200 Subject: [PATCH] [PR581] lets remove the djangocms-x plugins for now before merging --- src/open_inwoner/conf/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/open_inwoner/conf/base.py b/src/open_inwoner/conf/base.py index f2d1f53e31..bffca1cf59 100644 --- a/src/open_inwoner/conf/base.py +++ b/src/open_inwoner/conf/base.py @@ -511,7 +511,7 @@ }, "content": { "plugins": [ - "TextPlugin", + # "TextPlugin", "PicturePlugin", "CategoriesPlugin", "ActivePlansPlugin",