manage-all-content-of-a-type

This is a Gitana Access Policy Template.

You can reference it using the identifier manage-all-content-of-a-type.

The JSON for this policy is:


{
  "key": "manage-all-content-of-a-type",
  "title": "Allow a Project Member to be a Manager for All Content that has a specific Content Type",
  "statements": [
    {
      "roles": [
        "manage"
      ],
      "action": "grant",
      "conditions": [
        {
          "type": "type-qname",
          "config": {
            "qname": "my:article"
          }
        }
      ]
    }
  ]
}