-
Notifications
You must be signed in to change notification settings - Fork 1
/
kanbanConfig.json
30 lines (30 loc) · 1006 Bytes
/
kanbanConfig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"cardSettings": {
"contentField": "Summary",
"headerField": "Id",
"selectionType": "Single",
"showHeader": true,
"tagsField": "Tags",
"grabberField": "Color",
"footerCssField": "ClassName"
},
"columns": [
{ "headerText": "To Do", "keyField": "Open", "allowToggle": false, "isExpanded": true, "showItemCount": true },
{ "headerText": "In Progress", "keyField": "InProgress", "allowToggle": false, "isExpanded": true, "showItemCount": true },
{ "headerText": "Testing", "keyField": "Testing", "allowToggle": false, "isExpanded": true, "showItemCount": true },
{ "headerText": "Done", "keyField": "Close", "allowToggle": false, "isExpanded": true, "showItemCount": true }
],
"sortSettings": {
"sortBy": "Index",
"direction": "Ascending"
},
"swimlaneSettings": {
"enableFrozenRows": false,
"keyField": "",
"showEmptyRow": false,
"showItemCount": true,
"showUnassignedRow": true,
"sortDirection": "Ascending",
"textField": ""
}
}