Closed jcoyne closed 1 year ago
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)
Upgrading help:
Specify the icons to use to avoid deprecation warnings: