forked from MapComplete/MapComplete
Small fixes to education theme, temporarily hide from overview
This commit is contained in:
parent
67b1e83224
commit
7f9e5d3cd6
3 changed files with 6 additions and 2 deletions
|
@ -43,7 +43,9 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "capacity",
|
"id": "capacity",
|
||||||
"question": "How much students can at most enroll in this school?",
|
"question": {
|
||||||
|
"en": "How much students can at most enroll in this school?"
|
||||||
|
},
|
||||||
"render": {
|
"render": {
|
||||||
"en": "This school can enroll at most {capacity} students"
|
"en": "This school can enroll at most {capacity} students"
|
||||||
},
|
},
|
||||||
|
|
|
@ -18,5 +18,6 @@
|
||||||
"tertiary_education",
|
"tertiary_education",
|
||||||
"school",
|
"school",
|
||||||
"kindergarten_childcare"
|
"kindergarten_childcare"
|
||||||
]
|
],
|
||||||
|
"hideFromOverview": true
|
||||||
}
|
}
|
|
@ -4924,6 +4924,7 @@
|
||||||
},
|
},
|
||||||
"tagRenderings": {
|
"tagRenderings": {
|
||||||
"capacity": {
|
"capacity": {
|
||||||
|
"question": "How much students can at most enroll in this school?",
|
||||||
"render": "This school can enroll at most {capacity} students"
|
"render": "This school can enroll at most {capacity} students"
|
||||||
},
|
},
|
||||||
"education-level-belgium": {
|
"education-level-belgium": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue