‪TYPO3CMS  10.4
Routes.php
Go to the documentation of this file.
1 <?php
2 
6 return [
7  // Register RTE browse links wizard
8  'rteckeditor_wizard_browse_links' => [
9  'path' => '/rte/wizard/browselinks',
10  'target' => \TYPO3\CMS\RteCKEditor\Controller\BrowseLinksController::class . '::mainAction'
11  ],
12 ];