Skip to content

Commit

Permalink
TSK-177 Add configuration file to taskana spring example project
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Rojas Miguel Angel authored and holgerhagen committed May 15, 2018
1 parent 99b882f commit ec16c92
Showing 1 changed file with 53 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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
}
}
}
}
}
}

0 comments on commit ec16c92

Please sign in to comment.