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.
Updated by Benni Mack almost 2 years ago
- Target version changed from 12.2 to 12.3
Updated by Benni Mack over 1 year ago
- Target version changed from 12.3 to 12 LTS
Updated by Oliver Hader over 1 year ago
- Status changed from New to Closed
GeneralHtmlSupport
is bundled for the TYPO3 sources. However, the CKEditor5 initialization is only forwarding filtered properties of editor.config
, and htmlSupport
is removed.
→ Isssue #100784 concerns the same problem. I added some details there already. Let's continue there...
Updated by Oliver Hader over 1 year ago
- Is duplicate of Bug #100784: CKEditor 5 - Configuration of custom CKeditor 5 plugin via RTE.editor.config.{customPlugin} not possible added
Actions