Skip to content

Commit

Permalink
[TASK] remove ke_search indexer configuration
Browse files Browse the repository at this point in the history
remove ke_search indexer configuration until ke_search
is compatible to TYPO3 v9.x

Relates: extcode#23
  • Loading branch information
Daniel Lorenz committed Nov 30, 2018
1 parent 74221c4 commit 7337f32
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ext_localconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,6 @@
\Extcode\CartProducts\Domain\Finisher\Cart\AddToCartFinisher::class;
}

// ke_search Hook

$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['ke_search']['registerIndexerConfiguration'][] = 'EXT:cart_products/Classes/Hooks/KeSearchIndexer.php:Extcode\CartProducts\Hooks\KeSearchIndexer';
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['ke_search']['customIndexer'][] = 'EXT:cart_products/Classes/Hooks/KeSearchIndexer.php:Extcode\CartProducts\Hooks\KeSearchIndexer';

// processDatamapClass Hook

$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['processDatamapClass']['cartproducts_allowed'] =
Expand Down

0 comments on commit 7337f32

Please sign in to comment.