project-search-list-selected-actions
[
{
"config": {
"project-search-list-selected-actions": [
{
"action": "deploy-nodes",
"allowPermission": [
"deploy",
"undeploy"
],
"order": 10000
}
]
}
},
{
"config": {
"project-search-list-selected-actions": [
{
"action": "delete_documents",
"order": 5,
"allowPermission": [
"delete"
]
},
{
"action": "view-json",
"order": 10,
"allowPermission": [
"read"
]
},
{
"todo": "todo",
"action": "download",
"order": 1000,
"allowPermission": [
"read"
]
},
{
"action": "export-download",
"order": 1100,
"allowPermission": [
"read"
]
},
{
"action": "export-document",
"order": 1200,
"allowPermission": [
"read"
]
},
{
"action": "export-email",
"order": 1300,
"allowPermission": [
"read"
]
},
{
"action": "print",
"order": 1400,
"allowPermission": [
"read"
]
}
]
}
}
]```