Skip to content

Commit

Permalink
Merge pull request #33 from xima-media/module-access
Browse files Browse the repository at this point in the history
feat: make backend module access configurable
  • Loading branch information
maikschneider authored Sep 4, 2024
2 parents 4a937b7 + b252a1b commit aac0c51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Configuration/Backend/Modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'system_mails' => [
'parent' => 'system',
'position' => [],
'access' => 'admin',
'access' => 'user,group',
'iconIdentifier' => 'module-mailcatcher',
'workspaces' => '*',
'labels' => 'LLL:EXT:xima_typo3_mailcatcher/Resources/Private/Language/locallang_mod.xlf',
Expand Down
2 changes: 1 addition & 1 deletion ext_tables.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
$controllerName => 'index',
],
[
'access' => 'admin',
'access' => 'user,group',
'iconIdentifier' => 'module-mailcatcher',
'labels' => 'LLL:EXT:xima_typo3_mailcatcher/Resources/Private/Language/locallang_mod.xlf',
]
Expand Down

0 comments on commit aac0c51

Please sign in to comment.