In TYPO3 6.1, how to configure CSC content fallback only for images -


in dual-language (single-tree) typo3 6.1, have regular texpic content element.

tsconfig: mod.web_layout.deflangbinding = 1

typoscript:

config.sys_language_overlay =1  temp.lead < styles.content.get temp.lead.select.where = colpos = 2 

how can tell css_styled_content use image main language if no other image specified?

setting config.sys_language_mode = content_fallback won't help, want images fall back, no text.

the original image appearing in localised record, greyed out:

enter image description here

there hidden button right of entry editors can use localise file reference:

enter image description here

once localised, reference works expected.


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -