mirror of
https://github.com/zadam/trilium.git
synced 2025-02-24 06:54:44 +08:00
fix reference link widget in attr editor after CKEditor 27 upgrade
This commit is contained in:
parent
1b41b92e02
commit
c4d35fb44e
1 changed files with 1 additions and 14 deletions
|
@ -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: []
|
||||
|
|
Loading…
Reference in a new issue