Project

General

Profile

Feature #98074

Updated by Philipp Kitzberger almost 2 years ago

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: 

 See these two files: 
 * 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.

Back