mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
30 lines
734 B
JSON
30 lines
734 B
JSON
{
|
|
"ecmHost": "http://{hostname}",
|
|
"bpmHost": "http://{hostname}",
|
|
"application": {
|
|
"name": "Alfresco"
|
|
},
|
|
"pagination": {
|
|
"size": 25
|
|
},
|
|
"files": {
|
|
"excluded": [".DS_Store", "desktop.ini", ".git"]
|
|
},
|
|
"activiti": {
|
|
"rest": {
|
|
"fields": [
|
|
{
|
|
"processId": "0",
|
|
"taskId": "7501",
|
|
"fieldId": "label10",
|
|
"values": [
|
|
{ "id": "f1", "name": "Field 1" },
|
|
{ "id": "f2", "name": "Field 2" },
|
|
{ "id": "f3", "name": "Field 3" }
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|