Add custom location url from environment variable

Remove trailing dollar in long and lat placeholder
This commit is contained in:
CasperVerswijvelt
2021-04-21 20:13:49 +02:00
committed by R. Miles McCain
parent 14a7ec68f3
commit 3a01fefcff
5 changed files with 22 additions and 2 deletions

View File

@@ -122,6 +122,11 @@
"description": "Set to 'False' if you do not want the version to be displayed on the frontend.",
"value": "True",
"required": false
},
"LOCATION_URL": {
"description": "Custom location url to link to in frontend.",
"value": "https://www.openstreetmap.org/?mlat=$LATITUDE&mlon=$LONGITUDE",
"required": false
}
}
}