This commit is contained in:
Jürgen Mummert
2025-12-23 13:06:38 +01:00
parent cb63b1391e
commit e2c7748342
2 changed files with 9 additions and 3 deletions
+6
View File
@@ -10,4 +10,10 @@ $GLOBALS['TL_HOOKS']['outputFrontendTemplate'][] = [
use MummertMedia\ContaoMeilisearchBundle\EventListener\IndexPageListener;
$GLOBALS['TL_HOOKS']['indexPage'][] = [
IndexPageListener::class,
'onIndexPage',
];