documents-list-selected-actions
[
{
"config": {
"documents-list-selected-actions": [
{
"action": "deploy-nodes",
"allowPermission": [
"deploy",
"undeploy"
]
}
]
}
},
{
"evaluator": "document-is-folder",
"condition": true,
"config": {
"documents-list-selected-actions": [
{
"action": "delete_documents",
"allowPermission": [
"delete"
]
},
{
"todo": "todo",
"action": "download",
"allowPermission": [
"read"
]
},
{
"action": "export-download",
"allowPermission": [
"read"
]
},
{
"action": "export-document",
"allowPermission": [
"read"
]
},
{
"action": "export-email",
"allowPermission": [
"read"
]
},
{
"action": "print",
"allowPermission": [
"read"
]
},
{
"action": "change-document-types",
"allowAuthority": [
"editor",
"manager"
]
},
{
"action": "lock-documents",
"allowAuthority": [
"editor",
"manager"
]
},
{
"action": "unlock-documents",
"allowAuthority": [
"editor",
"manager"
]
},
{
"action": "add-to-favorites",
"allowPermission": [
"read"
]
},
{
"action": "remove-from-favorites",
"allowPermission": [
"read"
]
}
]
}
},
{
"config": {
"documents-list-selected-actions": [
{
"action": "edit_document",
"selectionMode": "one",
"allowPermission": [
"update"
]
},
{
"action": "start-workflow",
"allowAuthority": [
"collaborator",
"contributor",
"editor",
"manager"
]
},
{
"action": "copy-documents-to-folder",
"allowPermission": [
"read"
]
},
{
"action": "move-documents-to-folder",
"allowPermission": [
"update"
]
}
]
}
}
]```