diff --git a/djangocms_text/editors.py b/djangocms_text/editors.py index 1e0dd82e..c3ed68b8 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"], ]