Actions
Bug #99051
closedMenuProcessor - FLUID - Link to external URL - url-type: email
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2022-11-10
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If you use the TypoScript Menuprocessor and have a Page-type "Link to external URL" and set the field "url" to "mailto:info@domain.tld" then the output array of the menuprocessor generates "link" as char "#".
But the part for the data-attribue (data-mailto-token) for email links is missing, and i can't easily use the f:link.email ViewHelper cause i don't know if it is a mail link or not.
So i have to create a own ViewHelper to check if {item.data.url} is type of mail, this is very unpleasant.
So please add a arrayKey (e.g. mailtoToken) for Menuprocessor if it is a mail-address or at least add an info that it is a mail address so that you can call the f.link.mail ViewHelper yourself...
Thank you.
Files
Actions