‪TYPO3CMS  11.5
Routes.php
Go to the documentation of this file.
1 <?php
5 return [
6  'workspace_previewcontrols' => [
7  'path' => '/workspace/preview-control/',
8  'target' => \TYPO3\CMS\Workspaces\Controller\PreviewController::class . '::handleRequest',
9  ],
10 ];