Themes(postboxes): add contact info, add condition for post partner

This commit is contained in:
Pieter Vander Vennet 2024-10-29 18:26:59 +01:00
parent 0dd96f469b
commit 8fcc747370

View file

@ -140,10 +140,7 @@
], ],
"tagRenderings": [ "tagRenderings": [
"images", "images",
{ "contact",
"id": "minimap",
"render": "{minimap(18): height: 5rem; overflow: hidden; border-radius:3rem; }"
},
{ {
"builtin": "opening_hours", "builtin": "opening_hours",
"override": { "override": {
@ -171,6 +168,8 @@
"cs": "Jedná se o partnerskou poštu?", "cs": "Jedná se o partnerskou poštu?",
"nl": "Is dit een postkantoor?" "nl": "Is dit een postkantoor?"
}, },
"#condition": "If it is a post office, it'll won't be a post partner...",
"condition": "amenity!=post_office",
"mappings": [ "mappings": [
{ {
"if": "post_office=post_partner", "if": "post_office=post_partner",