Skip to content

Commit

Permalink
Updated structure for role (see #omeka/omeka-s/pull/2241).
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Berthereau authored and Daniel Berthereau committed Dec 16, 2024
1 parent 13f5ce3 commit f22009e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions config/module.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@
use \Guest\Permissions\Acl as GuestAcl;

return [
'acl' => [
'roles' => [
GuestAcl::ROLE_GUEST=> [],
],
'labels' => [
GuestAcl::ROLE_GUEST => 'Guest', // @translate
'roles' => [
GuestAcl::ROLE_GUEST => [
'role' => GuestAcl::ROLE_GUEST,
'label' => 'Guest', // @translate
],
],
'entity_manager' => [
Expand Down

0 comments on commit f22009e

Please sign in to comment.