35 lines
No EOL
1.2 KiB
JSON
35 lines
No EOL
1.2 KiB
JSON
{
|
|
"undefined": {
|
|
"phone": {
|
|
"question": "What is the phone number of {name}?"
|
|
},
|
|
"email": {
|
|
"question": "What is the email address of {name}?"
|
|
},
|
|
"website": {
|
|
"question": "What is the website of {name}?"
|
|
},
|
|
"description": {
|
|
"question": "Is there still something relevant you couldn't give in the previous questions? Add it here.<br/><span style='font-size: small'>Don't repeat already stated facts</span>"
|
|
},
|
|
"opening_hours": {
|
|
"question": "What are the opening hours of {name}?",
|
|
"render": "<h3>Opening hours</h3>{opening_hours_table(opening_hours)}"
|
|
},
|
|
"level": {
|
|
"question": "On what level is this feature located?",
|
|
"render": "Located on the {level}th floor",
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Located underground"
|
|
},
|
|
"1": {
|
|
"then": "Located on the ground floor"
|
|
},
|
|
"2": {
|
|
"then": "Located on the first floor"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |