TYPO3 v15 dev-main snapshot ()
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?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',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user