edit-all-content-in-spanish
This is a Gitana Access Policy Template.
You can reference it using the identifier edit-all-content-in-spanish.
The JSON for this policy is:
{
  "key": "edit-all-content-in-spanish",
  "title": "Allow a Project Member to be an Editor for All Content that is in Spanish",
  "statements": [
    {
      "roles": [
        "editor"
      ],
      "action": "grant",
      "conditions": [
        {
          "type": "locale",
          "config": {
            "locale": "^es.*"
          }
        }
      ]
    }
  ]
}
