Files
cms-rte-ckeditor/Configuration/Backend/Routes.php
T

16 lines
334 B
PHP

<?php
use TYPO3\CMS\RteCKEditor\Controller\BrowseLinksController;
/**
* Definitions of routes for rte-ckeditor.
*/
return [
// Register RTE browse links wizard
'rteckeditor_wizard_browse_links' => [
'path' => '/rte/wizard/browselinks',
'target' => BrowseLinksController::class . '::mainAction',
],
];