Skip to content

Commit

Permalink
[BUGFIX] Fix backend module configuration for TYPO3 12
Browse files Browse the repository at this point in the history
Related: #41
  • Loading branch information
einpraegsam committed Aug 19, 2023
1 parent 212f9c9 commit eab139c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Configuration/Backend/Modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'lux_LuxAnalysis' => [
'parent' => 'lux_module',
'position' => [],
'access' => 'user,group',
'access' => 'user',
'iconIdentifier' => 'extension-lux-module-analysis',
'path' => '/module/lux/LuxAnalysis',
'labels' => 'LLL:EXT:lux/Resources/Private/Language/locallang_mod_analysis.xlf',
Expand Down Expand Up @@ -46,7 +46,7 @@
'lux_LuxLead' => [
'parent' => 'lux_module',
'position' => [],
'access' => 'user,group',
'access' => 'user',
'iconIdentifier' => 'extension-lux-module-lead',
'path' => '/module/lux/LuxLead',
'labels' => 'LLL:EXT:lux/Resources/Private/Language/locallang_mod_lead.xlf',
Expand Down Expand Up @@ -82,7 +82,7 @@
'lux_LuxWorkflow' => [
'parent' => 'lux_module',
'position' => [],
'access' => 'user,group',
'access' => 'user',
'iconIdentifier' => 'extension-lux-module-workflow',
'path' => '/module/lux/LuxWorkflow',
'labels' => 'LLL:EXT:lux/Resources/Private/Language/locallang_mod_workflow.xlf',
Expand Down

0 comments on commit eab139c

Please sign in to comment.