enable autoformat plugin in ckeditor build, closes #1339

This commit is contained in:
zadam 2021-07-05 10:13:52 +02:00
parent 5011b6a51a
commit 65938c5272
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -166,6 +166,7 @@ const editorConfig = {
'IncludeNote', 'IncludeNote',
'CutToNote', 'CutToNote',
'Mathematics', 'Mathematics',
'AutoformatMath',
'indentBlockShortcutPlugin', 'indentBlockShortcutPlugin',
'removeFormatLinksPlugin' 'removeFormatLinksPlugin'
], ],