Skip to content

Commit

Permalink
update: hide settings option for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mutantsan committed Jan 3, 2024
1 parent 5525d4a commit 4f08921
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ckanext/tour/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ def register_config_sections(
SectionConfig(
name="Tour",
configs=[
ConfigurationItem(
name="Global settings",
blueprint="tour.config",
info="Global configuration for a tour",
),
# ConfigurationItem(
# name="Global settings",
# blueprint="tour.config",
# info="Global configuration for a tour",
# ),
ConfigurationItem(
name="List of tours",
blueprint="tour.list",
Expand Down

0 comments on commit 4f08921

Please sign in to comment.