Skip to content

Instantly share code, notes, and snippets.

@aertmann
Last active October 17, 2017 14:13
Show Gist options
  • Save aertmann/e76f9a17c6f34f850662b1cf8208ae09 to your computer and use it in GitHub Desktop.
Save aertmann/e76f9a17c6f34f850662b1cf8208ae09 to your computer and use it in GitHub Desktop.
Multi-site access restriction with Neos CMS
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