read-all-content
This is a Gitana Access Policy Template.
You can reference it using the identifier read-all-content
.
The JSON for this policy is:
{
"key": "read-all-content",
"title": "Allow a Project Member to be a Consumer for All Content in the Project",
"statements": [
{
"roles": [
"consumer"
],
"action": "grant",
"conditions": [
{
"type": "type",
"config": {
"type": "^node.*"
}
}
]
}
]
}