-
Notifications
You must be signed in to change notification settings - Fork 10
/
initial_data.json
125 lines (125 loc) · 3.85 KB
/
initial_data.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
[
{
"model": "alexandria_core.category",
"pk": "alle-beteiligten",
"fields": {
"created_at": "2020-08-04T13:24:00.704Z",
"created_by_user": null,
"created_by_group": null,
"modified_at": "2020-08-04T13:24:00.704Z",
"modified_by_user": null,
"modified_by_group": null,
"metainfo": {},
"name": "{\"en\": \"All involved\"}",
"description": "{\"en\": \"\"}",
"allowed_mime_types": "[\"application/pdf\", \"image/jpeg\", \"image/png\", \"image/gif\", \"application/msword\", \"application/vnd.openxmlformats-officedocument.wordprocessingml.document\", \"application/vnd.ms-excel\", \"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\", \"application/vnd.ms-powerpoint\", \"application/vnd.openxmlformats-officedocument.presentationml.presentation\", \"application/vnd.ms-outlook\", \"msg\"]",
"color": "#CB68C1",
"parent": null
}
},
{
"model": "alexandria_core.category",
"pk": "beilagen-zum-gesuch",
"fields": {
"created_at": "2020-08-04T13:24:00.677Z",
"created_by_user": null,
"created_by_group": null,
"modified_at": "2020-08-04T13:24:00.677Z",
"modified_by_user": null,
"modified_by_group": null,
"metainfo": {},
"name": "{\"en\": \"Supplements to the application\"}",
"description": "{\"en\": \"\"}",
"allowed_mime_types": null,
"color": "#9CDD69",
"parent": null
}
},
{
"model": "alexandria_core.category",
"pk": "beteiligte-behörden",
"fields": {
"created_at": "2020-08-04T13:24:00.699Z",
"created_by_user": null,
"created_by_group": null,
"modified_at": "2020-08-04T13:24:00.699Z",
"modified_by_user": null,
"modified_by_group": null,
"metainfo": {},
"name": "{\"en\": \"Involved Authorities\"}",
"description": "{\"en\": \"\"}",
"allowed_mime_types": null,
"color": "#8791EC",
"parent": null
}
},
{
"model": "alexandria_core.category",
"pk": "internal",
"fields": {
"created_at": "2020-08-04T13:24:00.708Z",
"created_by_user": null,
"created_by_group": null,
"modified_at": "2020-08-04T13:24:00.708Z",
"modified_by_user": null,
"modified_by_group": null,
"metainfo": {},
"name": "{\"en\": \"Internal\"}",
"description": "{\"en\": \"\"}",
"allowed_mime_types": null,
"color": "#DB8B72",
"parent": null
}
},
{
"model": "alexandria_core.category",
"pk": "maps",
"fields": {
"created_at": "2020-08-04T13:24:00.677Z",
"created_by_user": null,
"created_by_group": null,
"modified_at": "2020-08-04T13:24:00.677Z",
"modified_by_user": null,
"modified_by_group": null,
"metainfo": {},
"name": "{\"en\": \"Maps\"}",
"description": "{\"en\": \"\"}",
"allowed_mime_types": null,
"color": "#9CDD69",
"parent": "beilagen-zum-gesuch"
}
},
{
"model": "alexandria_core.category",
"pk": "nachforderungen",
"fields": {
"created_at": "2020-08-04T13:24:00.690Z",
"created_by_user": null,
"created_by_group": null,
"modified_at": "2020-08-04T13:24:00.690Z",
"modified_by_user": null,
"modified_by_group": null,
"metainfo": {},
"name": "{\"en\": \"Additional claims\"}",
"description": "{\"en\": \"\"}",
"allowed_mime_types": null,
"color": "#66CFC9",
"parent": null
}
},
{
"model": "alexandria_core.mark",
"pk": "decision",
"fields": {
"created_at": "2020-08-04T13:24:00.690Z",
"created_by_user": null,
"created_by_group": null,
"modified_at": "2020-08-04T13:24:00.690Z",
"modified_by_user": null,
"modified_by_group": null,
"metainfo": {},
"name": "{\"en\": \"Decision\"}",
"description": "{\"en\": \"\"}"
}
}
]