Project

General

Profile

Bug #88287

Updated by Anonymous almost 5 years ago

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. Test. 

 Dokumentation: https://docs.typo3.org/typo3cms/TyposcriptReference/Functions/Typolink.html#parameter

Back