From 2b4a3a5bd6b0548274b74ce8ced4ce9c763214e9 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Tue, 13 Dec 2016 16:43:51 +0100 Subject: [PATCH] FEATURE: Enable hooks --- ext_localconf.php | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/ext_localconf.php b/ext_localconf.php index 91f7230..458d21e 100644 --- a/ext_localconf.php +++ b/ext_localconf.php @@ -14,15 +14,14 @@ call_user_func( Leonmrni\SearchCore\Command\IndexCommandController::class, ], ], - // Not yet, first finish whole indexing through command controller as it's more important. - // 't3lib/class.t3lib_tcemain.php' => [ - // 'processCmdmapClass' => [ - // $extensionKey => \Leonmrni\SearchCore\Hook\DataHandler::class, - // ], - // 'processDatamapClass' => [ - // $extensionKey => \Leonmrni\SearchCore\Hook\DataHandler::class, - // ], - // ], + 't3lib/class.t3lib_tcemain.php' => [ + 'processCmdmapClass' => [ + $extensionKey => \Leonmrni\SearchCore\Hook\DataHandler::class, + ], + 'processDatamapClass' => [ + $extensionKey => \Leonmrni\SearchCore\Hook\DataHandler::class, + ], + ], ], ] );