Gallery views for Blacklight search results
Add this line to your Blacklight application's Gemfile:
gem 'blacklight-gallery'
And then execute:
$ bundle
Or install it yourself as:
$ gem install blacklight-gallery
Run the gallery generator:
$ rails g blacklight_gallery:install
If you would like to add or remove any particular view either add or remove the following configurations from your Blacklight controller.
config.view.gallery.partials = [:index_header, :index]
config.view.masonry.partials = [:index]
config.view.slideshow.partials = [:index]
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)lib/version.rb
and package.json
to set the new versiongit commit -am "Bump version to X.X.X"
bundle exec rake release
npm publish