TYPO3 v15 dev-main snapshot ()
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Definitions for routes provided by EXT:impexp
|
||||
*/
|
||||
return [
|
||||
// Register click menu entry point
|
||||
'tx_impexp_export' => [
|
||||
'path' => '/record/importexport/export',
|
||||
'target' => \TYPO3\CMS\Impexp\Controller\ExportController::class . '::handleRequest',
|
||||
],
|
||||
'tx_impexp_import' => [
|
||||
'path' => '/record/importexport/import',
|
||||
'target' => \TYPO3\CMS\Impexp\Controller\ImportController::class . '::handleRequest',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user