Actions
Bug #101959
closedEpic #99669: CKEditor5 Collection
Link browser does not support multiple classes any more
Status:
Closed
Priority:
Should have
Assignee:
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2023-09-20
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The link browser does not support the assignment of multiple classes any more. Previously, this was possible with a CKEditor configuration as shown below:
classes: link link--external: name: "Link (external)" link link--email: name: "Link (email)" buttons: link: properties: class: allowedClasses: "link link--external, link link--email"
Actions