Removing unused geolocation_map_visible variable and turning geolocation on in default config
This commit is contained in:
parent
a3f811a6e8
commit
e9c3384b84
@ -27,9 +27,6 @@ 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 = true
|
|
||||||
|
|
||||||
[storage:queuestore]
|
[storage:queuestore]
|
||||||
base_dir = %(here)s/user_dev/media/queue
|
base_dir = %(here)s/user_dev/media/queue
|
||||||
|
|
||||||
@ -43,3 +40,4 @@ base_url = /mgoblin_media/
|
|||||||
# place plugins here---each in their own subsection of [plugins]. see
|
# place plugins here---each in their own subsection of [plugins]. see
|
||||||
# documentation for details.
|
# documentation for details.
|
||||||
[plugins]
|
[plugins]
|
||||||
|
[[mediagoblin.plugins.geolocation]]
|
||||||
|
@ -55,7 +55,6 @@ csrf_cookie_name = string(default='mediagoblin_csrftoken')
|
|||||||
push_urls = string_list(default=list())
|
push_urls = string_list(default=list())
|
||||||
|
|
||||||
exif_visible = boolean(default=False)
|
exif_visible = boolean(default=False)
|
||||||
geolocation_map_visible = boolean(default=False)
|
|
||||||
|
|
||||||
# Theming stuff
|
# Theming stuff
|
||||||
theme_install_dir = string(default="%(here)s/user_dev/themes/")
|
theme_install_dir = string(default="%(here)s/user_dev/themes/")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user