Social Facility preset improvements

(closes #3702)

* Add `social facility` field
* Make sure Social Facility presets have both `social_facility` and `social_facility:for`
* Change `social_facility:for` from radio to combo, because so many choices
This commit is contained in:
Bryan Housel
2016-12-30 23:32:00 -05:00
parent 9033c9d638
commit e9dfa04dd4
11 changed files with 48 additions and 64 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"key": "social_facility",
"type": "combo",
"label": "Type"
}
+3 -21
View File
@@ -1,23 +1,5 @@
{
"key": "social_facility:for",
"type": "radio",
"label": "People served",
"placeholder": "Homeless, Disabled, Child, etc",
"options": [
"abused",
"child",
"disabled",
"diseased",
"drug_addicted",
"homeless",
"juvenile",
"mental_health",
"migrant",
"orphan",
"senior",
"underprivileged",
"unemployed",
"victim"
]
}
"type": "combo",
"label": "People Served"
}