N°5298 - Upgrade CKEditor to version 5

- remove text transformation plugin
This commit is contained in:
Benjamin Dalsass
2024-06-07 08:54:50 +02:00
parent c940295663
commit bda7f58ddd
3 changed files with 2 additions and 13 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

@@ -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'
]
}
}
};
}