Add details rendering
This commit is contained in:
parent
8d8f2f6827
commit
befee4b546
4 changed files with 118 additions and 4 deletions
|
@ -14,7 +14,7 @@
|
|||
"en": "Item in MapRoulette"
|
||||
}
|
||||
},
|
||||
"titleIcons":[
|
||||
"titleIcons": [
|
||||
{
|
||||
"id": "maproulette",
|
||||
"render": "<a href='https://maproulette.org/challenge/{mr_challengeId}/task/{mr_taskId}' target='_blank'><img src='./assets/layers/maproulette/logomark.svg'/></a>"
|
||||
|
@ -67,6 +67,10 @@
|
|||
}
|
||||
],
|
||||
"tagRenderings": [
|
||||
{
|
||||
"id": "details",
|
||||
"render": "{maproulette_task()}"
|
||||
},
|
||||
{
|
||||
"id": "status",
|
||||
"render": "Current status: {status}",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue