project-read-all-content
This is a Gitana System Access Policy.
You can reference it using the identifier project-read-all-content
.
The JSON for this policy is:
{
"system": true,
"key": "project-read-all-content",
"title": "Can read any content in the project",
"statements": [
{
"roles": [
"consumer"
],
"action": "grant",
"conditions": [
{
"type": "type",
"config": {
"type": "^node.*"
}
}
]
}
]
}