Add name and species to tree title (if applicable); fix issue with dropdown in tagrenderingquestion

This commit is contained in:
Pieter Vander Vennet 2022-04-22 16:24:21 +02:00
parent 2fe67c7dc1
commit 1bf3be987b
2 changed files with 26 additions and 4 deletions

View file

@ -31,6 +31,28 @@
"es": "Árbol"
},
"mappings": [
{
"if": {
"and": ["name~*","species:wikidata~*"]
},
"then": {
"*": "{name} ({wikidata_label(species:wikidata)})"
}
},
{
"if": {
"and": ["name~*"]
},
"then": {
"*": "{name}"
}
},
{
"if": "species:wikidata~*",
"then": {
"*": "{wikidata_label(species:wikidata)}"
}
},
{
"if": "species~*",
"then": {