tms / policy
Nodetype mixins for common privilege tasks in your Neos CMS setup.
Installs: 1 098
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:neos-tms
Requires
- neos/neos: *
This package is auto-updated.
Last update: 2024-11-11 18:55:00 UTC
README
Nodetype mixins for common privilege tasks in your Neos CMS setup.
Why would I need mixins for that? Keeping the number of privilege targets as low as possible can boost your Neos backend performance.
Install
composer require tms/policy
Usage
'Your.Package:Type': superTypes: 'Tms.Policy:Mixin.Privilege.CreateNode': true 'Tms.Policy:Mixin.Privilege.RemoveNode': true
This configuration allows only Administrator
roles to create and/or remove node of type Your.Package:Type
. Feel free to adjust the policy settings to your needs.
Acknowledgments
Development sponsored by tms.development - Online Marketing and Neos CMS Agency