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