Small fixes to education theme, temporarily hide from overview

This commit is contained in:
Pieter Vander Vennet 2022-06-22 18:54:38 +02:00
parent 67b1e83224
commit 7f9e5d3cd6
3 changed files with 6 additions and 2 deletions

View file

@ -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"
}, },

View file

@ -18,5 +18,6 @@
"tertiary_education", "tertiary_education",
"school", "school",
"kindergarten_childcare" "kindergarten_childcare"
] ],
"hideFromOverview": true
} }

View file

@ -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": {