read-all-content-with-a-feature

This is a Gitana Access Policy Template.

You can reference it using the identifier read-all-content-with-a-feature.

The JSON for this policy is:


{
  "key": "read-all-content-with-a-feature",
  "title": "Allow a Project Member to be a Consumer for All Content that has a specific Feature",
  "statements": [
    {
      "roles": [
        "consumer"
      ],
      "action": "grant",
      "conditions": [
        {
          "type": "feature",
          "config": {
            "qname": "f:multilingual"
          }
        }
      ]
    }
  ]
}