mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
N°5298 - Upgrade CKEditor to version 5
- remove text transformation plugin
This commit is contained in:
2
js/ckeditor/build/ckeditor.js
vendored
2
js/ckeditor/build/ckeditor.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -45,7 +45,6 @@ import {
|
||||
TableProperties,
|
||||
TableToolbar
|
||||
} from '@ckeditor/ckeditor5-table';
|
||||
import { TextTransformation } from '@ckeditor/ckeditor5-typing';
|
||||
import { Undo } from '@ckeditor/ckeditor5-undo';
|
||||
import { RemoveFormat } from '@ckeditor/ckeditor5-remove-format';
|
||||
import { SourceEditing } from '@ckeditor/ckeditor5-source-editing';
|
||||
@@ -114,7 +113,6 @@ class Editor extends ClassicEditor {
|
||||
TableColumnResize,
|
||||
TableProperties,
|
||||
TableToolbar,
|
||||
TextTransformation,
|
||||
Underline,
|
||||
Undo,
|
||||
RemoveFormat,
|
||||
@@ -279,15 +277,6 @@ class Editor extends ClassicEditor {
|
||||
{language: 'yaml', label: 'YAML'}
|
||||
]
|
||||
},
|
||||
typing: {
|
||||
transformations: {
|
||||
include: [
|
||||
'symbols',
|
||||
'typography',
|
||||
'quotes'
|
||||
]
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user