Skip to content

Commit 64ae019

Browse files
committed
feat: Add RemoveFormat to default toolbar
1 parent bbdc031 commit 64ae019

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

djangocms_text/editors.py

+2
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,7 @@ def default(self, obj):
388388
"Superscript",
389389
],
390390
["JustifyLeft", "JustifyCenter", "JustifyRight", "JustifyBlock"],
391+
["RemoveFormat"],
391392
["Link", "Unlink"],
392393
["NumberedList", "BulletedList"],
393394
["HorizontalRule", "CodeBlock"],
@@ -414,6 +415,7 @@ def default(self, obj):
414415
"Superscript",
415416
],
416417
["JustifyLeft", "JustifyCenter", "JustifyRight", "JustifyBlock"],
418+
["RemoveFormat"],
417419
["Link", "Unlink"],
418420
["NumberedList", "BulletedList"],
419421
["HorizontalRule", "CodeBlock"],

0 commit comments

Comments
 (0)