first commit

This commit is contained in:
Sven Wappler
2021-04-17 21:20:54 +02:00
parent c93ec9492a
commit cadcc8edb4
406 changed files with 4917 additions and 5157 deletions

View File

@@ -3,16 +3,16 @@
/** @noinspection PhpFullyQualifiedNameUsageInspection */
return [
'frontend' => [
'apache-solr-for-typo3/page-indexer-fe-user-authenticator' => [
'apache-meilisearch-for-typo3/page-indexer-fe-user-authenticator' => [
'target' => \WapplerSystems\Meilisearch\Middleware\FrontendUserAuthenticator::class,
'before' => ['apache-solr-for-typo3/page-indexer-initialization']
'before' => ['apache-meilisearch-for-typo3/page-indexer-initialization']
],
'apache-solr-for-typo3/page-indexer-initialization' => [
'apache-meilisearch-for-typo3/page-indexer-initialization' => [
'target' => \WapplerSystems\Meilisearch\Middleware\PageIndexerInitialization::class,
'before' => ['typo3/cms-frontend/tsfe'],
'after' => ['typo3/cms-core/normalized-params-attribute']
],
'apache-solr-for-typo3/page-indexer-finisher' => [
'apache-meilisearch-for-typo3/page-indexer-finisher' => [
'target' => \WapplerSystems\Meilisearch\Middleware\PageIndexerFinisher::class,
'after' => ['typo3/cms-frontend/content-length-headers']
]