Actions
Bug #88287
closedTypoScript typolink does not render email link
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2019-05-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
TYPO3 9.5.5
This works:
10 = TEXT
10.value = PageLink
10.typolink.parameter = 12
-> renders a Link to Page 12
This does not work:
10 = TEXT
10.value = EmailLink
10.typolink.parameter = mailto:test@blubber.com
-> does not render a link, gives just the Text.
Dokumentation: https://docs.typo3.org/typo3cms/TyposcriptReference/Functions/Typolink.html#parameter
Actions