@@ -62,37 +62,38 @@ ClassicEditor
items: [
'heading',
'|',
- 'alignment',
'bold',
'italic',
+ 'strikethrough',
+ 'subscript',
+ 'superscript',
+ 'underline',
+ 'alignment',
'link',
+ 'removeFormat',
+ '|',
+ 'fontBackgroundColor',
+ 'fontColor',
+ 'fontFamily',
+ 'fontSize',
+ 'highlight',
'bulletedList',
'numberedList',
'todoList',
- '|',
'outdent',
'indent',
'blockQuote',
'insertTable',
'mediaEmbed',
- 'undo',
- 'redo',
- 'strikethrough',
- 'subscript',
- 'superscript',
- 'underline',
'codeBlock',
- 'fontBackgroundColor',
- 'fontColor',
- 'fontFamily',
- 'fontSize',
- 'highlight',
'horizontalLine',
'pageBreak',
- 'removeFormat',
+ 'specialCharacters',
'restrictedEditingException',
- 'specialCharacters'
+ 'undo',
+ 'redo'
],
shouldNotGroupWhenFull: true
},