-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.json
40 lines (40 loc) · 1.25 KB
/
configuration.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
{
"kinds": [
{
"name": "dgp_kind",
"display": "DataCity",
"dgp": true,
"fields": [
]
},
{
"name": "business_licensing_law",
"display": "Business Licensing Law",
"dgp": false,
"admin": true
},
{
"name": "muni_business_kinds",
"display": "Business Kind Processing",
"dgp": false,
"admin": true
}
],
"theme": {
"primary": "#333",
"primary_dark": "#222",
"secondary": "#fff"
},
"homepage": "https://www.datacity.org.il/",
"taskDescription": "תיאור המאגר - בפרט שם הרשות, סוג המידע ושנה רלוונטית",
"dateFormats": [
{"display": "Automatic", "format": "auto"},
{"display": "Automatic - YMD", "format": "auto_ymd"},
{"display": "Automatic - DMY", "format": "auto_dmy"},
{"display": "Automatic - YDM", "format": "auto_ydm"},
{"display": "Automatic - MDY", "format": "auto_mdy"}
],
"features": {
"forcePrivate": false
}
}