ckeditor 27

This commit is contained in:
zadam 2021-03-29 23:29:14 +02:00
parent 58200d6431
commit e055d4e15e
3 changed files with 19 additions and 4 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

@ -25,12 +25,16 @@ const TPL = `
box-shadow: none !important; box-shadow: none !important;
padding: 0 0 0 5px !important; padding: 0 0 0 5px !important;
margin: 0 !important; margin: 0 !important;
color: var(--muted-text-color);
max-height: 100px; max-height: 100px;
overflow: auto; overflow: auto;
transition: opacity .1s linear; transition: opacity .1s linear;
} }
.attribute-list-editor.ck-content .mention {
color: var(--muted-text-color) !important;
background: transparent !important;
}
.save-attributes-button { .save-attributes-button {
color: var(--muted-text-color); color: var(--muted-text-color);
position: absolute; position: absolute;
@ -165,7 +169,18 @@ const editorConfig = {
'CutToNote', 'CutToNote',
'Mathematics', 'Mathematics',
'indentBlockShortcutPlugin', 'indentBlockShortcutPlugin',
'removeFormatLinksPlugin' 'removeFormatLinksPlugin',
'WidgetTypeAround',
'Widget',
'DragDrop',
'Clipboard',
'ListEditing',
'ListStyleEditing',
'ListStyle',
'HorizontalLine',
'xy',
'',
'Math'
], ],
toolbar: { toolbar: {
items: [] items: []