Sha256: bee730f34bdc73d7a5338cc6d1b809624b018baaa3683bf2779317331c155f79

Contents?: true

Size: 289 Bytes

Versions: 2

Compression:

Stored size: 289 Bytes

Contents

require 'blacklight'

module Blacklight
  module Gallery
    class Engine < Rails::Engine
      Blacklight::Configuration.default_values[:view].gallery.partials = [:index_header, :index]
      Blacklight::Configuration.default_values[:view].slideshow.partials = [:index]
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
blacklight-gallery-0.1.0 lib/blacklight/gallery/engine.rb
blacklight-gallery-0.0.2 lib/blacklight/gallery/engine.rb