Add memorial theme, some fixes to benches and artwork to support memorial theme

This commit is contained in:
Pieter Vander Vennet 2024-02-28 02:04:51 +01:00
parent eb47c4d5b9
commit 33d450047d
9 changed files with 343 additions and 64 deletions

View file

@ -661,7 +661,11 @@
"freeform": {
"key": "artist_name"
},
"condition": "artist:wikidata=",
"condition": {
"and": [
"artist:wikidata="
]
},
"id": "artwork-artist_name",
"labels": [
"artwork-question"
@ -744,7 +748,11 @@
"wikipedia",
{
"id": "artwork_subject",
"condition": "subject:wikidata~*",
"condition": {
"and": [
"subject:wikidata~*"
]
},
"question": {
"en": "What does this artwork depict?",
"de": "Was zeigt dieses Kunstwerk?",
@ -856,9 +864,13 @@
]
},
{
"builtin": "bench.*bench-questions",
"builtin": "bench.bench-questions",
"override": {
"condition": "amenity=bench"
"condition": {
"and": [
"amenity=bench"
]
}
}
}
],