Hide some objects with css

This commit is contained in:
Pieter Vander Vennet 2024-05-24 14:24:40 +02:00
parent a505fe1ca2
commit ad5b5128c0
2 changed files with 6 additions and 6 deletions

View file

@ -0,0 +1,3 @@
.tr-qr_code , .tr-favourite_status {
display: none;
}

View file

@ -4,6 +4,7 @@
"en": "Velopark to OpenStreetMap synchronisation tool",
"nl": "Velopark naar OpenStreetMap sync tool"
},
"customCss": "./assets/themes/velopark/velopark.css",
"mustHaveLanguage": [
"nl",
"en"
@ -309,9 +310,7 @@
],
"hideTagRenderingsWithLabels": [
"images",
"leftover-questions",
"qr_code",
"favourite_status"
"leftover-questions"
],
"override": {
"id": "bike_parking_with_velopark_ref",
@ -395,9 +394,7 @@
],
"hideTagRenderingsWithLabels": [
"images",
"leftover-questions",
"qr_code",
"favourite_status"
"leftover-questions"
],
"override": {
"doCount": false,