Sha256: 1a110c85e8cee51e562f375c9b976c6049418dc69d4258bd96fea1a10ee05af3
Contents?: true
Size: 367 Bytes
Versions: 17
Compression:
Stored size: 367 Bytes
Contents
# frozen_string_literal: true module Spotlight # Allows component addition to exhibit navbar class ExhibitNavbarComponent < ViewComponent::Base renders_one :prepend_to_search_bar def search_component helpers.blacklight_config&.view_config(helpers.document_index_view_type)&.search_bar_component || Blacklight::SearchBarComponent end end end
Version data entries
17 entries across 17 versions & 1 rubygems