TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:36 +02:00
commit 1e393722e8
183 changed files with 7832 additions and 0 deletions
+15
View File
@@ -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',
],
];