Add memorial theme, some fixes to benches and artwork to support memorial theme
This commit is contained in:
parent
eb47c4d5b9
commit
33d450047d
9 changed files with 343 additions and 64 deletions
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue