Your IP : 216.73.216.43


Current Path : /var/www/surf/TYPO3/vendor/typo3/cms-rte-ckeditor/Configuration/Backend/
Upload File :
Current File : //var/www/surf/TYPO3/vendor/typo3/cms-rte-ckeditor/Configuration/Backend/Routes.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',
    ],
];