diff --git a/typo3/sysext/rte_ckeditor/Configuration/RTE/Full.yaml b/typo3/sysext/rte_ckeditor/Configuration/RTE/Full.yaml index 0ece631d95a52608f9da1e3262a2f5df90762858..0bba60e8f3b353e04f52c8e07e7a7e85cdea77c4 100644 --- a/typo3/sysext/rte_ckeditor/Configuration/RTE/Full.yaml +++ b/typo3/sysext/rte_ckeditor/Configuration/RTE/Full.yaml @@ -115,7 +115,14 @@ editor: - 18 - 21 + list: + properties: + styles: true + startIndex: true + reversed: true + importModules: - { 'module': '@ckeditor/ckeditor5-font', 'exports': ['Font'] } - { 'module': '@ckeditor/ckeditor5-show-blocks', 'exports': ['ShowBlocks'] } - { 'module': '@ckeditor/ckeditor5-word-count', 'exports': ['WordCount'] } + - { 'module': '@ckeditor/ckeditor5-list', 'exports': [ 'ListProperties' ] }