mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
fix reference link widget in attr editor after CKEditor 27 upgrade
This commit is contained in:
parent
1b41b92e02
commit
c4d35fb44e
@ -124,8 +124,6 @@ const mentionSetup = {
|
|||||||
|
|
||||||
const editorConfig = {
|
const editorConfig = {
|
||||||
removePlugins: [
|
removePlugins: [
|
||||||
'Enter',
|
|
||||||
'ShiftEnter',
|
|
||||||
'Heading',
|
'Heading',
|
||||||
'Link',
|
'Link',
|
||||||
'Autoformat',
|
'Autoformat',
|
||||||
@ -169,18 +167,7 @@ const editorConfig = {
|
|||||||
'CutToNote',
|
'CutToNote',
|
||||||
'Mathematics',
|
'Mathematics',
|
||||||
'indentBlockShortcutPlugin',
|
'indentBlockShortcutPlugin',
|
||||||
'removeFormatLinksPlugin',
|
'removeFormatLinksPlugin'
|
||||||
'WidgetTypeAround',
|
|
||||||
'Widget',
|
|
||||||
'DragDrop',
|
|
||||||
'Clipboard',
|
|
||||||
'ListEditing',
|
|
||||||
'ListStyleEditing',
|
|
||||||
'ListStyle',
|
|
||||||
'HorizontalLine',
|
|
||||||
'xy',
|
|
||||||
'',
|
|
||||||
'Math'
|
|
||||||
],
|
],
|
||||||
toolbar: {
|
toolbar: {
|
||||||
items: []
|
items: []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user