content-instances-list-selected-actions

[
  {
    "config": {
      "content-instances-list-selected-actions": [
        {
          "action": "deploy-nodes",
          "allowPermission": [
            "deploy",
            "undeploy"
          ],
          "order": 10000
        }
      ]
    }
  },
  {
    "config": {
      "content-instances-list-selected-actions": [
        {
          "action": "delete-content",
          "order": 100000,
          "allowPermission": [
            "delete"
          ]
        },
        {
          "action": "edit-content",
          "order": 200,
          "selectionMode": "one",
          "allowPermission": [
            "update"
          ]
        },
        {
          "action": "start-workflow",
          "order": 300,
          "allowAuthority": [
            "collaborator",
            "contributor",
            "editor",
            "manager"
          ]
        },
        {
          "action": "view-json",
          "order": 400,
          "allowPermission": [
            "read"
          ]
        },
        {
          "todo": "todo",
          "action": "download",
          "order": 500,
          "allowPermission": [
            "read"
          ]
        },
        {
          "action": "export-download",
          "order": 600,
          "allowPermission": [
            "read"
          ]
        },
        {
          "action": "export-document",
          "order": 700,
          "allowPermission": [
            "read"
          ]
        },
        {
          "action": "export-email",
          "order": 800,
          "allowPermission": [
            "read"
          ]
        },
        {
          "action": "print",
          "order": 900,
          "allowPermission": [
            "read"
          ]
        },
        {
          "action": "change-document-types",
          "allowAuthority": [
            "editor",
            "manager"
          ],
          "order": 1000
        }
      ]
    }
  }
]```