Housekeeping...

This commit is contained in:
Pieter Vander Vennet 2022-12-16 13:44:25 +01:00
parent 339bfab361
commit 9e000d521f
35 changed files with 406 additions and 136 deletions

View file

@ -1,5 +1,34 @@
{
"shared_questions": {
"denominations-coins": {
"mappings": {
"0": {
"then": "1 cent coins are accepted"
},
"1": {
"then": "2 cent coins are accepted"
},
"2": {
"then": "5 cent coins are accepted"
},
"3": {
"then": "10 cent coins are accepted"
},
"4": {
"then": "20 cent coins are accepted"
},
"5": {
"then": "50 cent coins are accepted"
},
"6": {
"then": "1 euro coins are accepted"
},
"7": {
"then": "2 euro coins are accepted"
}
},
"question": "Whith what coins can you pay here?"
},
"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>"
},
@ -150,6 +179,24 @@
}
}
},
"payment-options-split": {
"override": {
"mappings+": {
"0": {
"then": "Coins are accepted here"
},
"1": {
"then": "Bank notes are accepted here"
},
"2": {
"then": "Debit cards are accepted here"
},
"3": {
"then": "Credit cards are accepted here"
}
}
}
},
"phone": {
"question": "What is the phone number of {title()}?"
},

View file

@ -115,6 +115,18 @@
}
}
},
"opening_hours_by_appointment": {
"override": {
"mappings": {
"0": {
"then": "Alleen op afspraak"
},
"1": {
"then": "Alleen op afspraak"
}
}
}
},
"payment-options": {
"mappings": {
"0": {
@ -210,18 +222,6 @@
}
},
"question": "Welk Wikipedia-artikel beschrijft dit object?"
},
"opening_hours_by_appointment": {
"override": {
"mappings": {
"1": {
"then": "Alleen op afspraak"
},
"0": {
"then": "Alleen op afspraak"
}
}
}
}
}
}
}