Skip to content

Setup: Permissions

dante di domenico edited this page May 27, 2025 · 1 revision

Edit configuration

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',
    ],
],

Clone this wiki locally