Actions
Bug #100650
closedCKEditor 5 in TYPO3 v12 removes mutiple css classes
Status:
Closed
Priority:
Should have
Assignee:
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
Start date:
2023-04-18
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In the current TYPO3 v12.3.0 it isn't possible to set multiple classes in the CKEditor 5 for example for a button.
- { name: "Button: Sekundär", element: "a", classes: ['btn btn-primary'] }
The second class is automatically removed if you save the content element.
In the old CKEditor 4 in TYPO3 v11 LTS the multiple classes were no problem.
Best regards
Sam
Actions