Skip to content

Commit

Permalink
fix: Remove table icon form default toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun authored Oct 27, 2024
1 parent 3007027 commit ac9598a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions djangocms_text/editors.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
]
Expand All @@ -359,7 +359,7 @@ def default(self, obj):
["Link", "Unlink"],
["NumberedList", "BulletedList"],
["HorizontalRule", "CodeBlock"],
["Outdent", "Indent", "-", "Blockquote", "-", "Table"],
["Outdent", "Indent", "-", "Blockquote"],
["Source"],
]

Expand Down

0 comments on commit ac9598a

Please # to comment.