Add option that a TagRendering can automatically introduce a builtin filter when added

This commit is contained in:
Pieter Vander Vennet 2024-07-18 15:35:56 +02:00
parent f33e9f78b7
commit 5bd14c64da
10 changed files with 54 additions and 16 deletions

View file

@ -613,7 +613,6 @@
}
],
"filter": [
"open_now",
{
"id": "speech_output",
"options": [

View file

@ -893,7 +893,6 @@
"description"
],
"filter": [
"open_now",
{
"id": "sells_second-hand",
"options": [

View file

@ -435,7 +435,6 @@
"check_date"
],
"filter": [
"open_now",
"accepts_debit_cards",
"accepts_credit_cards"
],

View file

@ -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"

View file

@ -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": {