# HG changeset patch -- Bitbucket.org # Project galaxy-dist # URL http://bitbucket.org/galaxy/galaxy-dist/overview # User jeremy goecks <jeremy.goecks@emory.edu> # Date 1278447163 14400 # Node ID a1d152e92eacf882f6e69498ef2fc4f614d4d6ff # Parent 481da37609972064346f7a91853686533dcea84c Add enable_pages option and documentation to universe config sample file. --- a/universe_wsgi.ini.sample +++ b/universe_wsgi.ini.sample @@ -315,6 +315,12 @@ use_interactive = True # Enable Galaxy's built-in visualization module, Trackster. #enable_tracks = False +# Enable Galaxy Pages. Pages are custom webpages that include embedded Galaxy items, +# such as datasets, histories, workflows, and visualizations; pages are useful for +# documenting and sharing multiple analyses or workflows. Pages are created using a +# WYSIWYG editor that is very similar to a word processor. +#enable_pages = False + # Enable the (experimental! beta!) Web API. Documentation forthcoming. #enable_api = False