ext_localconf.php 631 B

123456789101112
  1. <?php
  2. defined('TYPO3') || die();
  3. $GLOBALS['TYPO3_CONF_VARS']['SYS']['Objects'][TYPO3\CMS\Core\Routing\PageSlugCandidateProvider::class] = [
  4. 'className' => Opentalent\OtOptimizer\XClass\Core\Routing\OtPageSlugCandidateProvider::class
  5. ];
  6. // \TYPO3\CMS\Frontend\Middleware\SiteResolver is overridden but not xclassed here; instead it is
  7. // replaced in the middlewares array (@see ot_optimizer/Configuration/RequestMiddlewares.php)
  8. // \TYPO3\CMS\Frontend\Middleware\PageResolver is overridden but not xclassed here; instead it is
  9. // replaced in the middlewares array (@see ot_optimizer/Configuration/RequestMiddlewares.php)