Feature #103625
openDeterioration for editors - Removed pre-defined link title attributes in RTE link browser
0%
Description
A lot of configuration options are missing in ckeditor/link-browser for links. Since the title attribute has been removed (https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/12.0/Breaking-98275-RemovedPreDefinedLinkTitleAttributesInRTELinkBrowser.html), ediors have to deal with cryptic identifiers/class-names instead of meaningful expressions.
I think it would be useful to bring back the title option — at least for the backend.
Updated by Georg Ringer 7 months ago
- Related to Task #98275: Remove configurable link title texts in RTE link browser added
Updated by Georg Ringer 7 months ago
- Status changed from New to Needs Feedback
thanks for creating the issue. as you have already found the breaking change, can you give a reason why you need that back?
those "cryptic identifiers" are now btw documented with https://review.typo3.org/c/Packages/TYPO3.CMS/+/84921
Updated by Stefan Terborg about 2 months ago
One reason would be to simply give the integrator the possibility to set a default title.
Practical reason: if you have a lot of links opening in a new window you can at least set the main part of the text as default title ("opens the page x in a new window") leaving only the "x" for the editor to fill in the rest.
The decision if the usage makes sense should be made by the customer/site owner not by the developer/integrator.