Add filters, remove override
This commit is contained in:
parent
c1a25af54d
commit
8485a4af03
2 changed files with 26 additions and 16 deletions
|
@ -55,6 +55,28 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "accepts_debit_cards",
|
||||
"options": [
|
||||
{
|
||||
"osmTags": "payment:debit_cards=yes",
|
||||
"question": {
|
||||
"en": "Accepts debit cards"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "accepts_credit_cards",
|
||||
"options": [
|
||||
{
|
||||
"osmTags": "payment:credit_cards=yes",
|
||||
"question": {
|
||||
"en": "Accepts credit cards"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "has_image",
|
||||
"options": [
|
||||
|
|
|
@ -86,21 +86,7 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "payment",
|
||||
"builtin": "payment-options-split",
|
||||
"override": {
|
||||
"mappings": [
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
{
|
||||
"hideInAnswer": true
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"payment-options-split",
|
||||
{
|
||||
"id": "coin",
|
||||
"question": {
|
||||
|
@ -257,7 +243,9 @@
|
|||
},
|
||||
"deletion": true,
|
||||
"filter": [
|
||||
"open_now"
|
||||
"open_now",
|
||||
"accepts_debit_cards",
|
||||
"accepts_credit_cards"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue