Last active
October 17, 2017 14:13
-
-
Save aertmann/e76f9a17c6f34f850662b1cf8208ae09 to your computer and use it in GitHub Desktop.
Multi-site access restriction with Neos CMS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
privilegeTargets: | |
'Neos\Neos\Security\Authorization\Privilege\NodeTreePrivilege': | |
'Acme.Package:Nodes.Alpha': | |
matcher: 'isDescendantNodeOf("/sites/alpha")' | |
'Acme.Package:Nodes.Beta': | |
matcher: 'isDescendantNodeOf("/sites/beta")' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment