Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion data/fields/social_facility_for.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
{
"key": "social_facility:for",
"type": "combo",
"label": "People Served"
"label": "People Served",
"strings": {
"options": {
"abused": "Abused",
Comment thread
kjonosm marked this conversation as resolved.
Outdated
"child": "Child",
Comment thread
kjonosm marked this conversation as resolved.
Outdated
"disabled": "Disabled",
Comment thread
kjonosm marked this conversation as resolved.
Outdated
"diseased": "Diseased",
Comment thread
kjonosm marked this conversation as resolved.
Outdated
"drug_addicted": "Drug Addicted",
"homeless": "Homeless",
"juvenile": "Juvenile",
Comment thread
kjonosm marked this conversation as resolved.
Outdated
"mental_health": "Mental Health",
Comment thread
kjonosm marked this conversation as resolved.
Outdated
"migrant": "Migrant",
Comment thread
kjonosm marked this conversation as resolved.
Outdated
"orphan": "Orphan",
Comment thread
kjonosm marked this conversation as resolved.
Outdated
"senior": "Senior",
Comment thread
kjonosm marked this conversation as resolved.
Outdated
"under_privileged": "Under Privileged",
Comment thread
kjonosm marked this conversation as resolved.
Outdated
"victim": "Victim"
Comment thread
kjonosm marked this conversation as resolved.
Outdated
}
}
}