Switch to side-by-side view

--- a/ForgeWiki/forgewiki/wiki_main.py
+++ b/ForgeWiki/forgewiki/wiki_main.py
@@ -89,6 +89,7 @@
         'admin': 'Set permissions. Configure options. Set wiki home page.',
     }
     searchable=True
+    exportable=True
     tool_label='Wiki'
     tool_description="""
         Documentation is key to your project and the wiki tool
@@ -284,6 +285,7 @@
         WM.Page.query.remove(dict(app_config_id=self.config._id))
         WM.Globals.query.remove(dict(app_config_id=self.config._id))
         super(ForgeWikiApp, self).uninstall(project)
+
 
 class RootController(BaseController, DispatchIndex, FeedController):