Themes(wayside_srhine): add inscription question
This commit is contained in:
parent
4bd4d90867
commit
290e737e0b
1 changed files with 26 additions and 0 deletions
|
@ -104,6 +104,32 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "inscription",
|
||||
"question": {
|
||||
"en": "What is the inscription in this wayside shrine?"
|
||||
},
|
||||
"render": {
|
||||
"en": "The inscription on this shrine is <b>{inscription}</b>"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "inscription"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "not:inscription=yes",
|
||||
"then": {
|
||||
"en": "This wayside shrine does not have an inscription"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "inscription=Ave Maria",
|
||||
"then": {
|
||||
"en": "The inscription on this shrine is <b>Ave Maria</b>"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "To which religion is this shrine dedicated?"
|
||||
|
|
Loading…
Add table
Reference in a new issue