// Contenu Contact tt_content.contact < lib.contentElement tt_content.contact { templateName = Contact templateRootPaths { 10 = EXT:vendee_contact/Resources/Private/Templates/ } dataProcessing { 10 = TYPO3\CMS\Frontend\DataProcessing\DatabaseQueryProcessor 10 { if.isTrue.field = tx_vendee_contact_column_one table = tx_vendee_contact_column_one pidInList.field = pid where = parentid=###uid### AND deleted=0 AND hidden=0 orderBy = sorting markers.uid.field = uid as = data_tx_vendee_contact_column_one } 20 = TYPO3\CMS\Frontend\DataProcessing\DatabaseQueryProcessor 20 { if.isTrue.field = tx_vendee_contact_column_two table = tx_vendee_contact_column_two pidInList.field = pid where = parentid=###uid### AND deleted=0 AND hidden=0 orderBy = sorting markers.uid.field = uid as = data_tx_vendee_contact_column_two } 30 = TYPO3\CMS\Frontend\DataProcessing\DatabaseQueryProcessor 30 { if.isTrue.field = tx_vendee_contact_column_three table = tx_vendee_contact_column_three pidInList.field = pid where = parentid=###uid### AND deleted=0 AND hidden=0 orderBy = sorting markers.uid.field = uid as = data_tx_vendee_contact_column_three } } }