Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* Definitions of routes
|
||||
*/
|
||||
return [
|
||||
// Register wizard
|
||||
'wizard_forms' => [
|
||||
'path' => '/wizard/forms',
|
||||
'target' => \TYPO3\CMS\Compatibility6\Controller\Wizard\FormsController::class . '::mainAction'
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user