Using translation labels in TypoScript You can use a translation label in TypoScript. For example: {LLL:typo3conf/customlabels.xlf:label.id} {LLL:EXT:mytemplateext/Resources/Private/Language/locallang.xlf:label.id} You may want to look at: http://docs.typo3.org/typo3cms/FrontendLocalizationGuide/BasicSetupOfALocalizedWebsite/Llxml%28locallang-xml%29InPluginsAndTyposcript/Index.html llXML files are XML files containing labels that the system can fetch in a localized version if a language pack is installed. If you want to...
image,typo3,typoscript,templavoila
cObj HTML is deprecated: TYPO3 lib HTML and TEXT code So simply change your code to: 10 = COA 10 { 10 = TEXT 10 { value.field = field_carousel value.split { token = , cObjNum = 1 1 { 10 = IMAGE 10 { file { import.current = 1 import...
Enable the classic Page module as you already did and clear the entire Cache as always. After that you see two "Page" Modules in the upper right corner of the t3 backend and can switch between "Classic" and TV-Mode. Don't forget to create a new / clean template for your...
Dislaimer: I'm not using TemplaVoilà myself. The TCA Overrides of EXT:templavoila replace the backend layout fields with the respecting fields of TemplaVoilà, see here. By reading this code, it should be possible to have both the TemplaVoilà fields and the Backend Layout fields if "Enable data structure selection" is inactive...