Work towards getting plugin static linking/serving to work
[mediagoblin.git] / mediagoblin / config_spec.ini
index 2af4adb217fc4deedc549b35ccf8557a97d93747..75fffffddff6972f9079c301d763b071823bc720 100644 (file)
@@ -69,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")