Use title icon

This commit is contained in:
Robin van der Linde 2022-07-13 11:32:59 +02:00
parent 3f2d50b2e1
commit e2dd4a4325
Signed by untrusted user: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D

View file

@ -52,10 +52,6 @@
} }
], ],
"tagRenderings": [ "tagRenderings": [
{
"id": "link",
"render": "<a href='https://maproulette.org/challenge/{parentId}/task/{id}'>View this task</a>"
},
{ {
"id": "status", "id": "status",
"render": "Current status: {status}", "render": "Current status: {status}",
@ -128,6 +124,12 @@
"en": "MapRoulette Item: {parentName}" "en": "MapRoulette Item: {parentName}"
} }
}, },
"titleIcons": [
{
"id": "maproulette",
"render": "<a href='https://maproulette.org/challenge/{parentId}/task/{id}' target='_blank'><img src='./assets/layers/maproulette/logomark.svg'/></a>"
}
],
"filter": [ "filter": [
{ {
"id": "status", "id": "status",