able to add name of the doctors office
This commit is contained in:
parent
e8822454b8
commit
a0096f9bd6
1 changed files with 10 additions and 0 deletions
|
@ -38,6 +38,16 @@
|
|||
"phone",
|
||||
"email",
|
||||
"website",
|
||||
{
|
||||
"question": {
|
||||
"en": "What is the name of this doctors place?"
|
||||
},
|
||||
"render": "This doctors place is called {name}",
|
||||
"freeform": {
|
||||
"key": "name"
|
||||
},
|
||||
"id": "name"
|
||||
},
|
||||
{
|
||||
"condition": "amenity=doctors",
|
||||
"id": "specialty",
|
||||
|
|
Loading…
Reference in a new issue