Skip to content

Commit e9710be

Browse files
set enable_tool_generated_tours to true by default
Co-authored-by: Björn Grüning <469983+bgruening@users.noreply.github.com>
1 parent 355cce5 commit e9710be

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

doc/source/admin/galaxy_options.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,7 @@
11331133
:Description:
11341134
Allow tools to show the option of and create interactive tours
11351135
crafted for them by the backend.
1136-
:Default: ``false``
1136+
:Default: ``true``
11371137
:Type: bool
11381138

11391139

lib/galaxy/config/sample/galaxy.yml.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ galaxy:
895895

896896
# Allow tools to show the option of and create interactive tours
897897
# crafted for them by the backend.
898-
#enable_tool_generated_tours: false
898+
#enable_tool_generated_tours: true
899899

900900
# Webhooks directory: where to store webhooks - plugins to extend the
901901
# Galaxy UI. By default none will be loaded. Set to

lib/galaxy/config/schemas/config_schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ mapping:
819819
820820
enable_tool_generated_tours:
821821
type: bool
822-
default: false
822+
default: true
823823
required: false
824824
desc: |
825825
Allow tools to show the option of and create interactive tours crafted for them

0 commit comments

Comments
 (0)