TSK-177 Add configuration file to taskana spring example project
This commit is contained in:
parent
99b882f867
commit
ec16c92b1b
|
@ -0,0 +1,53 @@
|
|||
{
|
||||
"taskanaRestUrl": "https://taskana-rest.mybluemix.net",
|
||||
"customizedFields": {
|
||||
"EN": {
|
||||
"workbaskets": {
|
||||
"information": {
|
||||
"custom1": {
|
||||
"field": "Customized field 1 title",
|
||||
"visible": true
|
||||
},
|
||||
"custom3": {
|
||||
"field": "",
|
||||
"visible": false
|
||||
}
|
||||
},
|
||||
"access-items": {
|
||||
"custom3": {
|
||||
"field": "",
|
||||
"visible": false
|
||||
},
|
||||
"custom9": {
|
||||
"field": "Some custom field",
|
||||
"visible": true
|
||||
},
|
||||
"custom10": {
|
||||
"field": "",
|
||||
"visible": false
|
||||
},
|
||||
"custom11": {
|
||||
"field": "",
|
||||
"visible": false
|
||||
},
|
||||
"custom12": {
|
||||
"field": "",
|
||||
"visible": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"classifications": {
|
||||
"information": {
|
||||
"custom1": {
|
||||
"field": "Classification custom 1",
|
||||
"visible": true
|
||||
},
|
||||
"custom3": {
|
||||
"field": "",
|
||||
"visible": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue