From 22f05c4fc7f46adb399e872e883027e2aeaee8cb Mon Sep 17 00:00:00 2001 From: eki89 Date: Thu, 16 Jul 2020 12:23:17 +0200 Subject: [PATCH] Fields skipRecords and dontPublishRecords added in wib interface --- 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 65304a8..af05141 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;{sync_legend},autoSync,deleteFilesOlderThen;{expert_legend:hide},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'; }