diff --git a/typo3/sysext/form/Configuration/Backend/Modules.php b/typo3/sysext/form/Configuration/Backend/Modules.php index a5664f857fbcc5a49ff03e98d568722b354945c6..0f41896279f43630f45512d620850b034ff89ac6 100644 --- a/typo3/sysext/form/Configuration/Backend/Modules.php +++ b/typo3/sysext/form/Configuration/Backend/Modules.php @@ -13,6 +13,7 @@ return [ 'iconIdentifier' => 'module-form', 'inheritNavigationComponentFromMainModule' => false, 'labels' => 'LLL:EXT:form/Resources/Private/Language/locallang_module.xlf', + 'path' => '/module/manage/forms', 'extensionName' => 'Form', 'controllerActions' => [ FormManagerController::class => [