hov / mask-permissions
Never configure mask permissions for editors manually ever again!
Installs: 26 327
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 0
Open Issues: 1
Type:typo3-cms-extension
Requires
- php: ^7.4 || ^8.0
- mask/mask: ^7.2 || ^8.0
- typo3/cms-core: ^11.5 || ^12.0
Requires (Dev)
- typo3/tailor: ^1.2
Replaces
- typo3-ter/mask-permissions: 3.1.0
README
This extension adds a backend module, where you can update your mask permissions for individual BE user groups or just all in one go. No need to fiddle around in the permissions of backend users anymore!
How to use it
Just install the extension and go to the new module "Mask Permissions". There will be a list of all backend user groups and an info, if an update is necessary. If so, you can click "grant permissions" and all mask elements will be available for this group. There is also a button "Grant permissions to all" if all groups should have access.
Console Command
There is also a console command to update permissions. There is one optional positional parameter for the backend user group id. Omitting it, will update all user groups.
maskpermissions:update <beUserGroupId>