diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-01-28 12:07:30 -0600 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-01-30 13:22:18 -0600 |
commit | e9c3384b84fd8735a07a730ef4bcf9f8c2bc350f (patch) | |
tree | c8e920752969e0cd644d1fb285fe32f200f20ecc | |
parent | a3f811a6e8589fc4b47c9f3036ac1cf0c8b0e200 (diff) | |
download | mediagoblin-e9c3384b84fd8735a07a730ef4bcf9f8c2bc350f.tar.lz mediagoblin-e9c3384b84fd8735a07a730ef4bcf9f8c2bc350f.tar.xz mediagoblin-e9c3384b84fd8735a07a730ef4bcf9f8c2bc350f.zip |
Removing unused geolocation_map_visible variable and turning geolocation on in default config
-rw-r--r-- | mediagoblin.ini | 4 | ||||
-rw-r--r-- | mediagoblin/config_spec.ini | 1 |
2 files changed, 1 insertions, 4 deletions
diff --git a/mediagoblin.ini b/mediagoblin.ini index aee48595..6325c8e0 100644 --- a/mediagoblin.ini +++ b/mediagoblin.ini @@ -27,9 +27,6 @@ allow_registration = true ## install other themes. # theme = airy -# Should geotagged images be displayed with a map of the location? -geolocation_map_visible = true - [storage:queuestore] 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 # documentation for details. [plugins] +[[mediagoblin.plugins.geolocation]] diff --git a/mediagoblin/config_spec.ini b/mediagoblin/config_spec.ini index 50ce252e..13840564 100644 --- a/mediagoblin/config_spec.ini +++ b/mediagoblin/config_spec.ini @@ -55,7 +55,6 @@ csrf_cookie_name = string(default='mediagoblin_csrftoken') push_urls = string_list(default=list()) exif_visible = boolean(default=False) -geolocation_map_visible = boolean(default=False) # Theming stuff theme_install_dir = string(default="%(here)s/user_dev/themes/") |