allow to specify therapist offices more precisely

This commit is contained in:
Martin Raifer
2023-01-26 11:49:52 +01:00
parent 4796398913
commit fe6bd581cd
3 changed files with 21 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"key": "healthcare",
"type": "typeCombo",
"options": [
"physiotherapist",
"psychotherapist",
"occupational_therapist",
"speech_therapist"
],
"autoSuggestions": false,
"label": "{healthcare}"
}