Skip to content

Commit

Permalink
Merge pull request #13 from nlx-lars/bugfix/readme-privileges
Browse files Browse the repository at this point in the history
BUGFIX: Adjust privileges in README
  • Loading branch information
daniellienert authored Jul 8, 2022
2 parents c642fec + 6ffdf95 commit 21bf490
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ There are also privilege targets available which prevents editing a document and
```yaml
roles:
'Neos.Neos:AbstractEditor':
priviliges:
-
privilegeTarget: 'PunktDe.EditConflictPrevention.EditNodeWithChangesInOtherWorkspaces'
permission: DENY
-
privilegeTarget: 'PunktDe.EditConflictPrevention.EditNodePropertiesWithChangesInOtherWorkspaces'
permission: DENY
privileges:
-
privilegeTarget: 'PunktDe.EditConflictPrevention.EditNodeWithChangesInOtherWorkspaces'
permission: DENY
-
privilegeTarget: 'PunktDe.EditConflictPrevention.EditNodePropertiesWithChangesInOtherWorkspaces'
permission: DENY
```
## Installation
Expand Down

0 comments on commit 21bf490

Please sign in to comment.