forked from MapComplete/MapComplete
Themes: fix incorrect argument, might fix #1881
This commit is contained in:
parent
f06fb9c121
commit
209cfe6b73
1 changed files with 2 additions and 1 deletions
|
@ -604,8 +604,8 @@
|
||||||
"key": "artist:wikidata",
|
"key": "artist:wikidata",
|
||||||
"type": "wikidata",
|
"type": "wikidata",
|
||||||
"helperArgs": [
|
"helperArgs": [
|
||||||
|
"artist_name",
|
||||||
{
|
{
|
||||||
"key": "artist_name",
|
|
||||||
"instanceOf": [
|
"instanceOf": [
|
||||||
"Q5"
|
"Q5"
|
||||||
]
|
]
|
||||||
|
@ -875,6 +875,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"filter": [
|
"filter": [
|
||||||
|
|
||||||
"has_image"
|
"has_image"
|
||||||
],
|
],
|
||||||
"deletion": {
|
"deletion": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue