N°7552 - Keep style from Word/Excel content

This commit is contained in:
Stephen Abello
2024-07-04 15:11:11 +02:00
parent 2404f5d00f
commit 39853d4949
3 changed files with 4 additions and 2 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

@@ -37,6 +37,7 @@ import { AutoLink, Link, LinkImage } from '@ckeditor/ckeditor5-link';
import { List, ListProperties } from '@ckeditor/ckeditor5-list';
import { Mention } from '@ckeditor/ckeditor5-mention';
import { Paragraph } from '@ckeditor/ckeditor5-paragraph';
import {PasteFromOffice} from "@ckeditor/ckeditor5-paste-from-office";
import {
Table,
TableCaption,
@@ -104,6 +105,7 @@ class Editor extends ClassicEditor {
ListProperties,
Mention,
Paragraph,
PasteFromOffice,
PictureEditing,
Strikethrough,
Subscript,