From c4d35fb44ee63000c471cd5fb9c8355cd9395337 Mon Sep 17 00:00:00 2001 From: zadam Date: Mon, 5 Apr 2021 11:28:34 +0200 Subject: [PATCH] fix reference link widget in attr editor after CKEditor 27 upgrade --- .../widgets/attribute_widgets/attribute_editor.js | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/src/public/app/widgets/attribute_widgets/attribute_editor.js b/src/public/app/widgets/attribute_widgets/attribute_editor.js index b091b7d5c..e04627586 100644 --- a/src/public/app/widgets/attribute_widgets/attribute_editor.js +++ b/src/public/app/widgets/attribute_widgets/attribute_editor.js @@ -124,8 +124,6 @@ const mentionSetup = { const editorConfig = { removePlugins: [ - 'Enter', - 'ShiftEnter', 'Heading', 'Link', 'Autoformat', @@ -169,18 +167,7 @@ const editorConfig = { 'CutToNote', 'Mathematics', 'indentBlockShortcutPlugin', - 'removeFormatLinksPlugin', - 'WidgetTypeAround', - 'Widget', - 'DragDrop', - 'Clipboard', - 'ListEditing', - 'ListStyleEditing', - 'ListStyle', - 'HorizontalLine', - 'xy', - '', - 'Math' + 'removeFormatLinksPlugin' ], toolbar: { items: []