forked from MapComplete/MapComplete
Add option that a TagRendering can automatically introduce a builtin filter when added
This commit is contained in:
parent
f33e9f78b7
commit
5bd14c64da
10 changed files with 54 additions and 16 deletions
|
@ -613,7 +613,6 @@
|
|||
}
|
||||
],
|
||||
"filter": [
|
||||
"open_now",
|
||||
{
|
||||
"id": "speech_output",
|
||||
"options": [
|
||||
|
|
|
@ -893,7 +893,6 @@
|
|||
"description"
|
||||
],
|
||||
"filter": [
|
||||
"open_now",
|
||||
{
|
||||
"id": "sells_second-hand",
|
||||
"options": [
|
||||
|
|
|
@ -435,7 +435,6 @@
|
|||
"check_date"
|
||||
],
|
||||
"filter": [
|
||||
"open_now",
|
||||
"accepts_debit_cards",
|
||||
"accepts_credit_cards"
|
||||
],
|
||||
|
|
|
@ -1304,10 +1304,10 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"has_organic",
|
||||
"sugar_free",
|
||||
"gluten_free",
|
||||
"lactose_free",
|
||||
"filters.has_organic",
|
||||
"filters.sugar_free",
|
||||
"filters.gluten_free",
|
||||
"filters.lactose_free",
|
||||
"accepts_cash",
|
||||
"accepts_cards",
|
||||
"dogs"
|
||||
|
|
|
@ -663,9 +663,6 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"accepts_cash",
|
||||
"accepts_cards",
|
||||
"has_organic",
|
||||
{
|
||||
"id": "second_hand",
|
||||
"options": [
|
||||
|
@ -686,9 +683,7 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"sugar_free",
|
||||
"gluten_free",
|
||||
"lactose_free"
|
||||
"filters.has_organic"
|
||||
],
|
||||
"deletion": {
|
||||
"softDeletionTags": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue