[TYPO3-english] FAL image override link in multilanguage setting is not available

Bert Hiddink [BENDOO e-work solutions] hiddink at bendoo.nl
Tue May 12 08:29:33 CEST 2015


Hello,

When using this snippet in a multilanguage setting, the values for title 
and description can be overwritten in the default language and 
non-default language...However, the link-field can only be overwritten 
in the default language, in the other languages, the field is not visible.

How come? Any ideas? Thanks in advance!

Regards,
Bert

10 = FILES
10 {
   references {
     data = levelmedia:-1, slide
   }
   renderObj = COA
   renderObj {
     10 = IMAGE
     10 {
	# import Image
	file.import.data = file:current:publicUrl
	file.width = 430c
	file.height = 90c
	altText.data = file:current:alternative
	titleText.data = file:current:title
	# get typolink wrapped around IMG-Tag
	stdWrap.typolink.parameter.data = file:current:link
     }
   }
}


More information about the TYPO3-english mailing list