Add geolocation_visible setting to mediagoblin.ini
Place the geolocation_visible setting (defaults to false) in mediagoblin.ini to make it more discoverable (I needed to check the source to find out how to enable it). I'd vote for a default of true, we should come with some batteries included IMHO.. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
This commit is contained in:
parent
fd79d33a87
commit
ee97ac6c2f
@ -27,6 +27,9 @@ allow_registration = true
|
|||||||
## install other themes.
|
## install other themes.
|
||||||
# theme = airy
|
# theme = airy
|
||||||
|
|
||||||
|
# Should geotagged images be displayed with a map of the location?
|
||||||
|
geolocation_map_visible = false
|
||||||
|
|
||||||
[storage:queuestore]
|
[storage:queuestore]
|
||||||
base_dir = %(here)s/user_dev/media/queue
|
base_dir = %(here)s/user_dev/media/queue
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user