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 6128844 commit d6ce58c
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 @@ -19,6 +19,7 @@
// Hooks
$GLOBALS['TL_HOOKS']['getTypeParameter'][] = array('ContaoEstateManager\GoogleAutocomplete\Filter', 'setLocationParameter');
$GLOBALS['TL_HOOKS']['getParameterByGroups'][] = array('ContaoEstateManager\GoogleAutocomplete\Filter', 'setLocationParameter');
$GLOBALS['TL_HOOKS']['getParameterByTypes'][] = array('ContaoEstateManager\GoogleAutocomplete\Filter', 'setLocationParameter');
$GLOBALS['TL_HOOKS']['getTypeParameterByGroups'][] = array('ContaoEstateManager\GoogleAutocomplete\Filter', 'setLocationParameter');
$GLOBALS['TL_HOOKS']['addRealEstateSorting'][] = array('ContaoEstateManager\GoogleAutocomplete\Filter', 'addRealEstateSorting');
$GLOBALS['TL_HOOKS']['prepareFilterData'][] = array('ContaoEstateManager\GoogleAutocomplete\Filter', 'resetLocationFilter');
Expand Down

0 comments on commit d6ce58c

Please sign in to comment.