Project

General

Profile

Actions

Bug #98273

closed

Undefined array key "titleText" in RTE Link browser

Added by Andreas Kienast about 2 years ago. Updated about 2 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2022-09-07
Due date:
% Done:

100%

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

Description

If titleText is used in the RTE configuration, but not for all items in classesAnchor, a PHP 8 warning arises:

PHP Warning: Undefined array key "titleText" in /var/www/html/typo3_src/typo3/sysext/rte_ckeditor/Classes/Controller/BrowseLinksController.php line 164

Example config

classesAnchor:
    page:
        class: 'link-page'
        type: 'page'
        titleText: 'This is a linked page'
    folder:
        class: 'link-folder'
        type: 'folder'
    file:
        class: 'link-file'
        type: 'file'
    external:
        class: 'link-external'
        type: 'url'
        titleText: 'lul'
    mail:
        class: 'link-mail'
        type: 'mail'
Actions

Also available in: Atom PDF