Fix build

This commit is contained in:
Pieter Vander Vennet 2024-02-02 14:47:12 +01:00
parent 8651baee30
commit 1c49f0443d

View file

@ -104,13 +104,13 @@
"id": "list_nearby_bike_parkings", "id": "list_nearby_bike_parkings",
"render": { "render": {
"special": { "special": {
"prefix": { "before": {
"en": "Choose below which bicycle parking you want to link. This will <b>not</b> apply the attributes.", "en": "Choose below which bicycle parking you want to link. This will <b>not</b> apply the attributes.",
"nl": "Kies hieronder welke fietsenstalling je wilt linken. Dit zal de attributen <b>niet</b> kopieren." "nl": "Kies hieronder welke fietsenstalling je wilt linken. Dit zal de attributen <b>niet</b> kopieren."
}, },
"type": "multi", "type": "multi",
"key": "_nearby_bicycle_parkings:props", "key": "_nearby_bicycle_parkings:props",
"classes": "p-2 m-1 my-4 border-2 border-dashed border-black", "classes": "p-2 m-1 my-4 border-2 border-dashed border-black",
"tagrendering": "<b><a href='#{id}'>{id}</a></b> ({_distance}m, {_velopark:id}) {minimap(20)} {tag_apply(ref:velopark=$_ref,Link this object.,link,id,_mr_id)}" "tagrendering": "<b><a href='#{id}'>{id}</a></b> ({_distance}m, {_velopark:id}) {minimap(20)} {tag_apply(ref:velopark=$_ref,Link this object.,link,id,_mr_id)}"
} }
} }