Project

General

Profile

Actions

Bug #99535

closed

Ckeditor5 htmlSupport

Added by Roman Büchler over 1 year ago. Updated 12 months ago.

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.


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #100784: CKEditor 5 - Configuration of custom CKeditor 5 plugin via RTE.editor.config.{customPlugin} not possibleResolved2023-05-10

Actions
Actions #1

Updated by Benni Mack about 1 year ago

  • Target version changed from 12.2 to 12.3
Actions #2

Updated by Benni Mack about 1 year ago

  • Target version changed from 12.3 to 12 LTS
Actions #3

Updated by Oliver Hader 12 months 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...

Actions #4

Updated by Oliver Hader 12 months ago

  • Is duplicate of Bug #100784: CKEditor 5 - Configuration of custom CKeditor 5 plugin via RTE.editor.config.{customPlugin} not possible added
Actions

Also available in: Atom PDF