Actions
Feature #98074
openAdd class dropdown to regular linkbrowser
Status:
Needs Feedback
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2022-08-04
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
linkbrowser
Complexity:
Sprint Focus:
Description
While the linkbrowser within CKeditor still offers a dropdown field for the class attribute, the "regular" linkbrowser (for typolink fields like tt_content.header_link
) only offers a simple input field:
- https://github.com/TYPO3/typo3/blob/main/typo3/sysext/rte_ckeditor/Classes/Controller/BrowseLinksController.php#L429
- https://github.com/TYPO3/typo3/blob/main/typo3/sysext/recordlist/Classes/Controller/AbstractLinkBrowserController.php#L493
For our BE users it's not comprehensible why there's a difference at all.
Actions