From b55419a73882aa1fb29b89ffdc0181c21980ad7c Mon Sep 17 00:00:00 2001 From: eki89 Date: Fri, 24 Jul 2020 16:53:21 +0200 Subject: [PATCH] Field filesPerSync added in tl_interface of typ wib --- src/Resources/contao/dca/tl_interface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Resources/contao/dca/tl_interface.php b/src/Resources/contao/dca/tl_interface.php index af05141..135f82f 100644 --- a/src/Resources/contao/dca/tl_interface.php +++ b/src/Resources/contao/dca/tl_interface.php @@ -24,5 +24,5 @@ ); // Add palettes - $GLOBALS['TL_DCA']['tl_interface']['palettes']['wib'] = '{title_legend},title,type;{oi_field_legend},provider,anbieternr,uniqueField,importPath,filesPath,filesPathContactPerson;{related_records_legend},contactPersonActions,contactPersonUniqueField,importThirdPartyRecords;{expert_legend},skipRecords,dontPublishRecords;{sync_legend},autoSync,deleteFilesOlderThen,wibSyncUrl'; + $GLOBALS['TL_DCA']['tl_interface']['palettes']['wib'] = '{title_legend},title,type;{oi_field_legend},provider,anbieternr,uniqueField,importPath,filesPath,filesPathContactPerson;{related_records_legend},contactPersonActions,contactPersonUniqueField,importThirdPartyRecords;{expert_legend},skipRecords,dontPublishRecords;{sync_legend},autoSync,deleteFilesOlderThen,wibSyncUrl,filesPerSync'; }