Project

General

Profile

Actions

Bug #103979

open

Bug in cms-rte-ckeditor: "small" element not usable in Composer-mode

Added by Harald Witt about 1 month ago. Updated about 21 hours ago.

Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2024-06-05
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
12
PHP Version:
8.2
Tags:
CKEditor 5 Backend
Complexity:
easy
Is Regression:
Sprint Focus:

Description

I found an error in cms-rte-ckeditor. In Configuration/RTE/Default.yaml and Configuration/RTE/Full.yaml you can find the following lines:

 style:
      definitions:
        - { name: "Lead", element: "p", classes: ['lead'] }
        - { name: "Small", element: "small", classes: [] }

The <small>-Tag does not function. But it will with the following line:
     - { name: "Small", element: "small", classes: [''] }

This will result in a <small class="">-Tag with an empty class, but it does function at least.

Actions

Also available in: Atom PDF