Actions
Bug #99535
closedCkeditor5 htmlSupport
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
Start date:
2023-01-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I am not sure weather this is a bug or lack of documentation. I tried to configure the ckeditor to allow any classes for all tags by first trying to allow everything with the following yaml configuration:
editor: config: htmlSupport: allow: - { name: "/.*/", attributes: true, classes: true, styles: true }
As well different syntax has been tried but it didn't work.
Actions