Bug #106642
closedMissing ListProperties in ckeditor full.yaml
100%
Description
In the commit (https://github.com/TYPO3/typo3/commit/9cb88ace7edef3e0a18fe8ba5a1b16a85883e242) the CKEditor's list properties were added.
The line ListProperties was accidentally removed while cleanup in this commit: https://github.com/TYPO3/typo3/commit/bbd347dacdc014daf30a88d9b54320806c942768
it should be added again.
- { 'module': '@ckeditor/ckeditor5-list', 'exports': [ 'ListProperties' ] }
it also affects the TYPO3 12 version.
Files
Updated by Garvin Hicking 17 days ago
- Status changed from New to Accepted
- Is Regression set to Yes
Thanks for the headsup. Indeed I think this was caused due to an unfortunate rebase which didnt include the list-merge commit and was accidentally removed.
Should be straight to re-add it. Would you be interested in trying to offer a patch?
(We can do it otherwise, but may take a few days due to vacations of several team members including me 😄)
Updated by Gerrit Code Review 4 days ago
- Status changed from Accepted to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/89417
Updated by Garvin Hicking 4 days ago
- File ckeditor-list-after.png ckeditor-list-after.png added
- File ckeditor-list-before.png ckeditor-list-before.png added
Provided a patch now, see Screenshots for a before/after
Updated by Gerrit Code Review 4 days ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/89417
Updated by Gerrit Code Review about 2 hours ago
Patch set 1 for branch 13.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/89448
Updated by Gerrit Code Review about 2 hours ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/89449
Updated by Garvin Hicking about 1 hour ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 73a4ef98ab5e6ed7704c09cb0c99627e1f1dd758.