Skip to content
Snippets Groups Projects
Commit d7d3f6fd authored by Benjamin Serfhos's avatar Benjamin Serfhos Committed by Andreas Fernandez
Browse files

[TASK] Update CKEditor5 to use DocumentList instead of List

See: https://github.com/ckeditor/ckeditor5/issues/14200#issuecomment-1625171318

This allows similar behaviour as CKEditor 4 with applying styles to block components as DocumentList is preferred over List.

Resolves: #100348
Releases: main, 12.4

Change-Id: I155889e37ca1e63b27aed0d01dad2154da5bd37e
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/80689


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
parent 6b33d8f4
Branches
Tags
No related merge requests found
......@@ -5,7 +5,7 @@ import FindAndReplace from '@ckeditor/ckeditor5-find-and-replace/src/findandrepl
import Heading from '@ckeditor/ckeditor5-heading/src/heading.js';
import Indent from '@ckeditor/ckeditor5-indent/src/indent.js';
import Link from '@ckeditor/ckeditor5-link/src/link.js';
import List from '@ckeditor/ckeditor5-list/src/list.js';
import DocumentList from '@ckeditor/ckeditor5-list/src/documentlist.js';
import Paragraph from '@ckeditor/ckeditor5-paragraph/src/paragraph.js';
import PastePlainText from '@ckeditor/ckeditor5-clipboard/src/pasteplaintext.js';
import PasteFromOffice from '@ckeditor/ckeditor5-paste-from-office/src/pastefromoffice.js';
......@@ -36,7 +36,7 @@ export const CKEditor5Plugins = {
Indent,
Italic,
Link,
List,
DocumentList,
Paragraph,
PastePlainText,
PasteFromOffice,
......
source diff could not be displayed: it is too large. Options to address this: view the blob.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment