Bug #103856
closedCKEditor5 no longer sets the link class “mail” using the Link Browser: “Mail”
0%
Description
Neither the defined default class ‘mail’ from the YAML-Config. is transferred, nor is there a dropdown menu ‘CSS-Class’ under ‘Email’ - analogue ‘Page | File | Folder | External URL’.
TYPO3 v12.4.15
PHP 8.1.26
Files
Updated by Torben Hansen 6 months ago
- Related to Task #98443: Merge ext:recordlist into ext:backend added
Updated by Torben Hansen 6 months ago
Good catch. With #98443, the linkHandler identifier has been renamed from mail
to email
. Therefore, buttons.link.mail.properties.class.default
in your YAML file has no effect and can be changed to buttons.link.email.properties.class.default
in order to get the default link class back.
I'm unsure if this renaming happened on intention or by mistake and will try to find out, if configuration must be adapted manually or if the identifier can be changed back to mail
or if a automatic migration can be added.
Updated by Torben Hansen 6 months ago
- Status changed from New to Needs Feedback
Just found it out: This was on intention and documented here https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/12.0/Important-97159-MailLinkHandlerKeyInTSconfigRenamed.html
So basically you must adapt the configuration as described above (rename mail
to email
)
Updated by Ulrich Koch 6 months ago
Ohhh yes, I overlooked the change and adjusted my configuration accordingly - works.
Many thanks for your help @Torben Hansen
Updated by Torben Hansen 6 months ago
- Status changed from Needs Feedback to Closed