8 'rtehtmlarea_wizard_browse_links' => [
9 'path' =>
'/rte/wizard/link',
10 'target' => \TYPO3\CMS\Rtehtmlarea\Controller\BrowseLinksController::class .
'::mainAction'
13 'rtehtmlarea_wizard_select_image' => [
14 'path' =>
'/rte/wizard/image',
15 'target' => \TYPO3\CMS\Rtehtmlarea\Controller\SelectImageController::class .
'::mainAction'
18 'rtehtmlarea_wizard_user_elements' => [
19 'path' =>
'/rte/wizard/userelements',
20 'target' => \TYPO3\CMS\Rtehtmlarea\Controller\UserElementsController::class .
'::mainAction'
23 'rtehtmlarea_wizard_parse_html' => [
24 'path' =>
'/rte/wizard/parsehtml',
25 'target' => \TYPO3\CMS\Rtehtmlarea\Controller\ParseHtmlController::class .
'::mainAction'
28 'rtehtmlarea_spellchecker' => [
29 'path' =>
'/rte/spellchecker',
30 'target' => \TYPO3\CMS\Rtehtmlarea\Controller\SpellCheckingController::class .
'::main'