‪TYPO3CMS  9.5
RequestMiddlewares.php
Go to the documentation of this file.
1 <?php
11 return [
12  'frontend' => [
13  'typo3/cms-frontendedit/initiator' => [
14  'target' => \TYPO3\CMS\Feedit\Middleware\FrontendEditInitiator::class,
15  'after' => [
16  'typo3/cms-adminpanel/initiator',
17  'typo3/cms-frontend/page-resolver',
18  ]
19  ],
20  ]
21 ];