-
Notifications
You must be signed in to change notification settings - Fork 11
Setup: Permissions
dante di domenico edited this page May 27, 2025
·
1 revision
Folders can have Permissions association, to restrict interaction to certain roles.
BEM allows users to edit Permissions in Folders view, if they belong to a role that has proper permissions on the folder (or the folder has no permissions at all).
This configuration forces Permissions section in read-only mode for specific roles.
You can adjust Permissions configuration in config/app_local.php (or in config/projects/<projectName>.php if you use multi project configuration).
Example for php file:
'Permissions' => [
'readonly' => [
'publisher',
],
],