Committing present MediaGoblin translations before pushing extracted messages
[mediagoblin.git] / mediagoblin / config_spec.ini
index b7c6f29a2b8338973eb767ca52520fa942f40502..b213970de595b7679f9279462671deff9fb605ad 100644 (file)
@@ -34,6 +34,9 @@ allow_registration = boolean(default=True)
 # tag parsing
 tags_max_length = integer(default=255)
 
+# Enable/disable comments
+allow_comments = boolean(default=True)
+
 # Whether comments are ascending or descending
 comments_ascending = boolean(default=True)
 
@@ -58,6 +61,7 @@ csrf_cookie_name = string(default='mediagoblin_csrftoken')
 push_urls = string_list(default=list())
 
 exif_visible = boolean(default=False)
+original_date_visible = boolean(default=False)
 
 # Theming stuff
 theme_install_dir = string(default="%(here)s/user_dev/themes/")
@@ -65,6 +69,10 @@ theme_web_path = string(default="/theme_static/")
 theme_linked_assets_dir = string(default="%(here)s/user_dev/theme_static/")
 theme = string()
 
+# plugin default assets directory
+plugin_web_path = string(default="/plugin_static/")
+plugin_linked_assets_dir = string(default="%(here)s/user_dev/plugin_static/")
+
 
 [storage:publicstore]
 storage_class = string(default="mediagoblin.storage.filestorage:BasicFileStorage")
@@ -126,7 +134,7 @@ spectrogram_fft_size = integer(default=4096)
 thumbnail_font = string(default=None)
 
 [media_type:mediagoblin.media_types.pdf]
-pdf_js = boolean(default=False)
+pdf_js = boolean(default=True)
 
 
 [celery]