We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6956ddf commit a972bf2Copy full SHA for a972bf2
data/fields/social_facility.json
@@ -1,5 +1,18 @@
1
{
2
"key": "social_facility",
3
"type": "combo",
4
- "label": "Type"
+ "label": "Type",
5
+ "strings": {
6
+ "options": {
7
+ "ambulatory_care": "Ambulatory Care",
8
+ "assisted_living": "Assisted Living",
9
+ "day_care": "Day Care",
10
+ "food_bank": "Food Bank",
11
+ "group_home": "Group Home",
12
+ "nursing_home": "Nursing Home",
13
+ "outreach": "Outreach",
14
+ "shelter": "Shelter",
15
+ "workshop": "Workshop"
16
+ }
17
18
}
0 commit comments