Small theme improvements

This commit is contained in:
Pieter Vander Vennet 2023-04-04 01:05:26 +02:00
parent 40dbc82cff
commit c2ad4bf363
2 changed files with 21 additions and 5 deletions

View file

@ -126,6 +126,18 @@
"cs": "umělecké dílo", "cs": "umělecké dílo",
"ca": "una obra d'art" "ca": "una obra d'art"
} }
},
{
"tags": [
"tourism=artwork"
],
"title": {
"en": "an artwork on a wall",
"nl": "een kunstwerk op een muur"
},
"preciseInput": {
"snapToLayer": "walls_and_buildings"
}
} }
], ],
"tagRenderings": [ "tagRenderings": [
@ -714,4 +726,4 @@
"filter": [ "filter": [
"has_image" "has_image"
] ]
} }

View file

@ -108,6 +108,7 @@
}, },
"id": "hackerspaces-name" "id": "hackerspaces-name"
}, },
"level",
"website", "website",
"email", "email",
"phone", "phone",
@ -202,7 +203,6 @@
} }
] ]
}, },
"reviews",
"wheelchair-access", "wheelchair-access",
{ {
"id": "hs-club-mate", "id": "hs-club-mate",
@ -261,7 +261,9 @@
"type": "date" "type": "date"
}, },
"id": "hackerspaces-start_date" "id": "hackerspaces-start_date"
} },
"questions",
"reviews"
], ],
"presets": [ "presets": [
{ {
@ -348,5 +350,7 @@
"render": "8" "render": "8"
} }
} }
] ],
} "allowMove": true,
"deletion": true
}