Skip to content

Commit

Permalink
Merge pull request #4 from contao-estatemanager/develop
Browse files Browse the repository at this point in the history
Fields skipRecords and dontPublishRecords added in wib interface
  • Loading branch information
eki89 authored Jul 16, 2020
2 parents 687f4cb + 22f05c4 commit 113ea65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/contao/dca/tl_interface.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
}

0 comments on commit 113ea65

Please sign in to comment.