Initial commit - Typo3 11.5.41
This commit is contained in:
9
typo3conf/ext/ods_osm/Configuration/Backend/Routes.php
Normal file
9
typo3conf/ext/ods_osm/Configuration/Backend/Routes.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
use Bobosch\OdsOsm\Wizard\Coordinatepicker;
|
||||
return [
|
||||
'coordinatepicker' => [
|
||||
'path' => '/wizard/ods_osm/coordinatepicker',
|
||||
'target' => Coordinatepicker::class . '::mainAction'
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user