Project

General

Profile

Task #69716

Updated by Christian Kuhn over 8 years ago

TcaFlex does some preparation of language handling. It should add its findings to "meta" of the data structure. 

 * Have $langChildren as bool in 'meta' 
 * Have $langDisabled as bool in 'meta' 
 * Have $languagesOnSheetLevel as array in 'meta' 
 * Have $languasesOnElementLevel as array in 'meta' 

 This will resolve 2 todos from FlexFormLanguageContainer, and another todo in one of the other flex containers, iirc. 

 For langChildren / langDisabled handling, see docu in https://docs.typo3.org/typo3cms/TCAReference/Reference/Columns/Flex/Index.html#handling-languages-in-flexforms   

Back