projectblacklight / blacklight-gallery

Gallery views for Blacklight
Other
14 stars 11 forks source link

Provide icon components for Blacklight 8 #132

Closed jcoyne closed 1 year ago

jcoyne commented 1 year ago

Upgrading help:

Specify the icons to use to avoid deprecation warnings:

# app/controllers/catalog_controller.rb
config.view.gallery(document_component: Blacklight::Gallery::DocumentComponent, icon: Blacklight::Gallery::Icons::GalleryComponent)
config.view.masonry(document_component: Blacklight::Gallery::DocumentComponent, icon: Blacklight::Gallery::Icons::MasonryComponent)
config.view.slideshow(document_component: Blacklight::Gallery::SlideshowComponent, icon: Blacklight::Gallery::Icons::SlideshowComponent)