TYPO3 CMS  TYPO3_7-6
AjaxRoutes.php
Go to the documentation of this file.
1 <?php
2 
10 return [
11  'rte_insert_image' => [
12  'path' => '/rte/insert-image',
13  'target' => \TYPO3\CMS\Rtehtmlarea\Controller\SelectImageController::class . '::buildImageMarkup',
14  ],
15  // Spellchecker
16  'rtehtmlarea_spellchecker' => [
17  'path' => '/rte/spellchecker',
18  'target' => \TYPO3\CMS\Rtehtmlarea\Controller\SpellCheckingController::class . '::main'
19  ],
20 ];