Skip to content

Commit ff01ed2

Browse files
committed
[BUGFIX] Re-add missing CKEditor "ListProperties" module import
With #101128 the "ListProperties" ImportModule for the CKEditor "Full" preset has accidentally be removed. With this patch, it is re-introduced. It adds a dropdown next to the ordered/unordered CKEditor UI buttons. Screenshots provided in the issue. Resolves: #106642 Related: #101128 Releases: main, 13.4, 12.4 Change-Id: Ib48e607a1edcab382cd1b2a0c22070a42b13c5b8 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/89448 Reviewed-by: Garvin Hicking <gh@faktor-e.de> Tested-by: core-ci <typo3@b13.com> Tested-by: Garvin Hicking <gh@faktor-e.de>
1 parent 6ef27d7 commit ff01ed2

File tree

1 file changed

+1
-0
lines changed
  • typo3/sysext/rte_ckeditor/Configuration/RTE

1 file changed

+1
-0
lines changed

typo3/sysext/rte_ckeditor/Configuration/RTE/Full.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,3 +161,4 @@ editor:
161161
- { module: '@ckeditor/ckeditor5-language', exports: ['TextPartLanguage'] }
162162
- { module: '@ckeditor/ckeditor5-mention', exports: ['Mention'] }
163163
- { module: '@ckeditor/ckeditor5-highlight', exports: ['Highlight'] }
164+
- { module: '@ckeditor/ckeditor5-list', 'exports': ['ListProperties'] }

0 commit comments

Comments
 (0)