From ac9598ab6c5a87d3f8f44eda7d84589e9ecc817e Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Sun, 27 Oct 2024 11:00:09 +0100 Subject: [PATCH] fix: Remove table icon form default toolbar --- djangocms_text/editors.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/djangocms_text/editors.py b/djangocms_text/editors.py index 1e0dd82..c3ed68b 100644 --- a/djangocms_text/editors.py +++ b/djangocms_text/editors.py @@ -332,7 +332,7 @@ def default(self, obj): ["JustifyLeft", "JustifyCenter", "JustifyRight", "JustifyBlock"], ["NumberedList", "BulletedList"], ["HorizontalRule", "CodeBlock"], - ["Outdent", "Indent", "-", "Blockquote", "-", "Link", "Unlink", "-", "Table"], + ["Outdent", "Indent", "-", "Blockquote", "-", "Link", "Unlink",], ["ImagePlugin"], ["Source"], ] @@ -359,7 +359,7 @@ def default(self, obj): ["Link", "Unlink"], ["NumberedList", "BulletedList"], ["HorizontalRule", "CodeBlock"], - ["Outdent", "Indent", "-", "Blockquote", "-", "Table"], + ["Outdent", "Indent", "-", "Blockquote"], ["Source"], ]