Skip to content

Commit

Permalink
Simple config change to remove slideshow from collection index and co…
Browse files Browse the repository at this point in the history
…llection hompages.
  • Loading branch information
Andy Smith committed Nov 18, 2022
1 parent a831467 commit 632203e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/controllers/catalog_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def self.modified_field

config.view.gallery.partials = [:index_header, :index]
config.view.masonry.partials = [:index]
config.view.slideshow.partials = [:index]
# config.view.slideshow.partials = [:index]


config.show.tile_source_field = :content_metadata_image_iiif_info_ssm
Expand All @@ -39,7 +39,7 @@ def self.modified_field

# Show gallery view
config.view.gallery.partials = [:index_header, :index]
config.view.slideshow.partials = [:index]
# config.view.slideshow.partials = [:index]

## Default parameters to send to solr for all search-like requests. See also SolrHelper#solr_search_params
config.default_solr_params = {
Expand Down

0 comments on commit 632203e

Please sign in to comment.