Project

General

Profile

Actions

Bug #102005

closed

Epic #99669: CKEditor5 Collection

RTE does not preserve allowedClasses when some classesAnchor's are defined.

Added by Benjamin Franzke 8 months ago. Updated 8 months ago.

Status:
Resolved
Priority:
Should have
Category:
RTE (rtehtmlarea + ckeditor)
Start date:
2023-09-22
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Example RTE config:

classesAnchor:
    page:
        class: 'link-page'
        type: 'page'

buttons:
    link:
        properties:
            class:
                allowedClasses: 'link-page, link-arrow'

Now open the RTE link browser on link with the class "link-arrow".

It is expected that the value is marked as available, but the value is set to "".
Instead the value can be selected again, but will be removed upon reponing the link again.

Actions

Also available in: Atom PDF