Add last missing ids
This commit is contained in:
parent
0ca19a5a03
commit
d65257b2c5
8 changed files with 32 additions and 7 deletions
|
@ -142,6 +142,7 @@
|
|||
"id": "climbing_club-name"
|
||||
},
|
||||
{
|
||||
"id": "minimap",
|
||||
"render": "{minimap(18): height: 5rem; overflow: hidden; border-radius:3rem; }"
|
||||
},
|
||||
"website",
|
||||
|
@ -266,6 +267,7 @@
|
|||
"images",
|
||||
"questions",
|
||||
{
|
||||
"id": "minimap",
|
||||
"render": "{minimap(18): height: 5rem; overflow: hidden; border-radius:3rem; }"
|
||||
},
|
||||
{
|
||||
|
@ -359,6 +361,7 @@
|
|||
"images",
|
||||
"questions",
|
||||
{
|
||||
"id": "minimap",
|
||||
"render": "{minimap(18): height: 5rem; overflow: hidden; border-radius:3rem; }"
|
||||
},
|
||||
{
|
||||
|
@ -619,6 +622,7 @@
|
|||
"images",
|
||||
"questions",
|
||||
{
|
||||
"id": "minimap",
|
||||
"render": "{minimap(18, id, _contained_climbing_route_ids): height: 9rem; overflow: hidden; border-radius:3rem; }"
|
||||
},
|
||||
{
|
||||
|
@ -835,9 +839,11 @@
|
|||
},
|
||||
"tagRenderings": [
|
||||
{
|
||||
"id": "minimap",
|
||||
"render": "{minimap(18): height: 5rem; overflow: hidden; border-radius:3rem; }"
|
||||
},
|
||||
{
|
||||
"id": "climbing-opportunity-name",
|
||||
"render": {
|
||||
"en": "<strong>{name}</strong>",
|
||||
"de": "<strong>{name}</strong>",
|
||||
|
@ -851,6 +857,7 @@
|
|||
"condition": "name~*"
|
||||
},
|
||||
{
|
||||
"id": "climbing-possible",
|
||||
"question": {
|
||||
"en": "Is climbing possible here?",
|
||||
"de": "Kann hier geklettert werden?",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue