punktde/noderestrictions
composer require punktde/noderestrictions
The packages enables the editor to restrict the access of a node and its subnodes to a defined role using the backend inspector.
2.0.4
Readme excerpt
PunktDe NodeRestrictionsWhat does it do
The packages enables the editor to restrict the access of a node and its subnodes to a defined role using the backend inspector.
Configuration Define Roles and PrivilegesAdd roles and privilege targets to your projects Policy.yaml using the ReadNodePrivilege. In this example, we use the package Flowpack.Neos.FrontendLogin for authentication, so the role inherits from Flowpack.Neos.FrontendLogin:User.
privilegeTargets: 'PunktDe\NodeRestrictions\Security\Authorization\Privilege\Node\ReadNodePrivilege': 'Vendor.Customer:RestrictNodeToRole1': matcher: 'nodePropertyIs("accessRestriction", "Vendor.Customer:Role1") || …Read more
The same vendor provides 33 package(s).