Move image-filter down in mapcomplete-changes theme

This commit is contained in:
Pieter Vander Vennet 2023-01-10 19:23:43 +01:00
parent eba31ad3d4
commit f5f3bdd75b
2 changed files with 22 additions and 22 deletions

View file

@ -498,17 +498,6 @@
}
]
},
{
"id": "added-image",
"options": [
{
"osmTags": "add-image>0",
"question": {
"en": "Changeset added at least one image"
}
}
]
},
{
"id": "locale-filter",
"options": [
@ -540,6 +529,17 @@
}
}
]
},
{
"id": "added-image",
"options": [
{
"osmTags": "add-image>0",
"question": {
"en": "Changeset added at least one image"
}
}
]
}
]
},

View file

@ -200,17 +200,6 @@
}
]
},
{
"id": "added-image",
"options": [
{
"osmTags": "add-image>0",
"question":{
"en": "Changeset added at least one image"
}
}
]
},
{
"id": "locale-filter",
"options": [
@ -242,6 +231,17 @@
}
}
]
},
{
"id": "added-image",
"options": [
{
"osmTags": "add-image>0",
"question":{
"en": "Changeset added at least one image"
}
}
]
}
]
},