diff --git a/Configuration/Backend/Modules.php b/Configuration/Backend/Modules.php index 7a8b782..cd1815d 100644 --- a/Configuration/Backend/Modules.php +++ b/Configuration/Backend/Modules.php @@ -3,13 +3,16 @@ return [ 'web_in2help' => [ 'parent' => 'help', - 'position' => '', - 'access' => 'user, group', + 'position' => [], + 'access' => 'user', 'iconIdentifier' => 'in2help', 'labels' => 'LLL:EXT:in2help/Resources/Private/Language/locallang_in2help.xlf', 'path' => '/module/help/m1', 'extensionName' => 'In2help', 'controllerActions' => [ - \In2code\In2help\Controller\HelpController::class => 'index'] + \In2code\In2help\Controller\HelpController::class => [ + 'index', + ], + ], ], ];