1{
2    "structversion": "2022-07-04",
3    "schema": "badstatus",
4    "id": "80",
5    "user": "testuser",
6    "config": {
7        "allowed editors": "",
8        "label": {
9            "en": "Tasks"
10        }
11    },
12    "columns": [
13        {
14            "colref": 1,
15            "ismulti": false,
16            "isenabled": true,
17            "sort": 10,
18            "label": "duedate",
19            "class": "DateTime",
20            "config": {
21                "visibility": {
22                    "inpage": true,
23                    "ineditor": true
24                },
25                "format": "H:i, j M Y",
26                "prefilltoday": false,
27                "pastonly": false,
28                "futureonly": false,
29                "label": {
30                    "en": "Start Time"
31                },
32                "hint": {
33                    "en": ""
34                }
35            }
36        },
37        {
38            "colref": 2,
39            "ismulti": true,
40            "isenabled": true,
41            "sort": 20,
42            "label": "assignees",
43            "class": "Mail",
44            "config": {
45                "visibility": {
46                    "inpage": true,
47                    "ineditor": true
48                },
49                "prefix": "",
50                "postfix": "",
51                "label": {
52                    "en": ""
53                },
54                "hint": {
55                    "en": ""
56                }
57            }
58        },
59        {
60            "colref": 3,
61            "ismulti": false,
62            "isenabled": true,
63            "sort": 30,
64            "label": "status",
65            "class": "User",
66            "config": {
67                "visibility": {
68                    "inpage": true,
69                    "ineditor": true
70                },
71                "existingonly": true,
72                "autocomplete": {
73                    "fullname": true,
74                    "mininput": 2,
75                    "maxresult": 5
76                },
77                "label": {
78                    "en": "Assigned to"
79                },
80                "hint": {
81                    "en": ""
82                }
83            }
84        }
85    ]
86}
87