Skip to content

Commit

Permalink
remove format options (#4359)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzonidoo authored Nov 7, 2023
1 parent d1dd97b commit 0dbbd1d
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ export const getEditor3RichTextFormattingOptions = (): Dictionary<FORMATTING_OPT
'h4': gettext('h4'),
'h5': gettext('h5'),
'h6': gettext('h6'),
'justifyLeft': gettext('justifyLeft'),
'justifyCenter': gettext('justifyCenter'),
'justifyRight': gettext('justifyRight'),
'justifyFull': gettext('justifyFull'),
'outdent': gettext('outdent'),
'indent': gettext('indent'),
'unordered list': gettext('h1'),
'ordered list': gettext('unordered list'),
'pre': gettext('pre'),
Expand Down

0 comments on commit 0dbbd1d

Please sign in to comment.