-
Notifications
You must be signed in to change notification settings - Fork 2
/
theme.yodaat.he.json
144 lines (144 loc) · 4.78 KB
/
theme.yodaat.he.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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"BUDGETKEY_NG2_COMPONENTS_THEME": {
"themeId": "yodaat",
"siteUrl": "https://yodaat.org",
"siteLogo": "budgetkey.svg",
"siteName": "יודעת",
"disableAuth": false,
"sampleSearches": [],
"keepDocTypesOrder": false,
"searchContext": [
"נשים", "נערות", "מגדר", "פמיניזם", "פמיניסטי", "הריון", "מוכות", "אונס", "זנות", "בסיכון", "ילדות",
"במצוקה", "מקלטים", "צעירות", "שוויון מגדרי", "העצמה", "נפגעות אלימות", "הכשרה", "דירות מעבר",
"הריון", "יולדות", "לידה", "מעמד האישה", "עבריינות מין", "משפחות", "מנהיגות", "הורות",
"הורות שוויונית", "שובינזם", "פוליאנדריה", "פטריארכיה", "פולינמיה", "פוליגמיה", "מונוגמיה", "טרנסג'נדר",
"להט״ב", "קוויר", "זוגיות", "הנקה", "אפליה", "הפליה", "להטב"
],
"searchBarConfig": [
{
"id": "all",
"name": "הכל",
"types": ["support_criteria", "tenders", "calls_for_bids"],
"placeholder": "חפשו הזדמנויות בתחום המגדר...",
"main": true
},
{
"name": "מכרזים וקולות קוראים",
"id": "tenders_and_calls_for_bids",
"description": "מכרזים שהמדינה עורכת לקניית סחורות ושירותים וקולות קוראים לתמיכות ומיזמים.",
"types": ["tenders", "calls_for_bids"],
"placeholder": "חפשו מכרזים וקולות קוראים",
"ordering": "__date_range_to",
"filterMenu": [
{
"id": "kind",
"display": "סוג ההזדמנות",
"options": [
{
"id": "all",
"display": "הכל"
},
{
"id": "tenders",
"display": "מכרזים",
"filters": {
"_type": "tenders"
}
},
{
"id": "calls_for_bids",
"display": "קולות קוראים",
"filters": {
"_type": "calls_for_bids"
}
}
]
},
{
"id": "focused",
"display": "חיפוש ממוקד",
"options": [
{
"id": "open",
"display": "פתוחים",
"filters": {
"claim_date__gte": "now"
}
},
{
"id": "closing",
"display": "נסגרים בקרוב",
"filters": {
"claim_date__lte": "now+1w",
"claim_date__gte": "now"
}
},
{
"id": "new",
"display": "חדשים",
"filters": {
"rev_created_at__gte": "now-1w"
}
},
{
"id": "updated",
"display": "התעדכנו לאחרונה",
"filters": {
"claim_date__gte": "now+1w",
"last_update_date__gte": "now-1w"
}
},
{
"id": "no",
"display": "הכל"
}
]
}
]
},
{
"name": "מבחני תמיכה",
"id": "support_criteria",
"description": "מבחנים וקריטריונים לתמיכה של המדינה בגופים",
"types": ["support_criteria"],
"placeholder": "חפשו מבחני תמיכה",
"filterMenu": [
{
"id": "focused",
"display": "חיפוש ממוקד",
"options": [
{
"id": "no",
"display": "הכל"
},
{
"id": "new",
"display": "חדשים",
"filters": {
"rev_created_at__gte": "now-1w"
}
},
{
"id": "updated",
"display": "התעדכנו לאחרונה",
"filters": {
"claim_date__gte": "now+1w",
"last_update_date__gte": "now-1w",
"rev_created_at__lte": "now-1w"
}
}
]
}
]
}
],
"headerLinks": [],
"footerLinks": [],
"supporterInfos": {},
"supporters": [],
"euDisclaimer": false
},
"BUDGETKEY_APP_GENERIC_ITEM_THEME": {
"siteName": "יודעת"
}
}