Skip to content

Commit

Permalink
Support of the new list mode "Property types"
Browse files Browse the repository at this point in the history
  • Loading branch information
doishub committed Jun 29, 2021
1 parent 85a1666 commit a093425
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Resources/contao/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
// Hooks
$GLOBALS['TL_HOOKS']['getTypeParameter'][] = array('ContaoEstateManager\Project\Project', 'setFilterParameter');
$GLOBALS['TL_HOOKS']['getParameterByGroups'][] = array('ContaoEstateManager\Project\Project', 'setFilterParameter');
$GLOBALS['TL_HOOKS']['getParameterByTypes'][] = array('ContaoEstateManager\Project\Project', 'setFilterParameter');
$GLOBALS['TL_HOOKS']['getTypeParameterByGroups'][] = array('ContaoEstateManager\Project\Project', 'setFilterParameter');

$GLOBALS['TL_HOOKS']['getStatusTokens'][] = array('ContaoEstateManager\Project\Project', 'addStatusToken');
Expand Down

0 comments on commit a093425

Please sign in to comment.