Add custom location url from environment variable
Remove trailing dollar in long and lat placeholder
This commit is contained in:
committed by
R. Miles McCain
parent
14a7ec68f3
commit
3a01fefcff
5
app.json
5
app.json
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user