TSK-177 Add configuration file to taskana spring example project

This commit is contained in:
Martin Rojas Miguel Angel 2018-05-15 08:34:57 +02:00 committed by Holger Hagen
parent 99b882f867
commit ec16c92b1b
1 changed files with 53 additions and 0 deletions

View File

@ -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
}
}
}
}
}
}