Sha256: b647efa5df4518de0e31720b94c51d74ed32384df64181137c73beb5a55c92fd

Contents?: true

Size: 273 Bytes

Versions: 25

Compression:

Stored size: 273 Bytes

Contents

# frozen_string_literal: true

module Blacklight
  class FacetFieldNoLayoutComponent < Blacklight::Component
    include Blacklight::ContentAreasShim

    renders_one :label
    renders_one :body

    def initialize(**); end

    def call
      body.to_s
    end
  end
end

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
blacklight-7.26.0 app/components/blacklight/facet_field_no_layout_component.rb
blacklight-7.25.3 app/components/blacklight/facet_field_no_layout_component.rb
blacklight-7.25.2 app/components/blacklight/facet_field_no_layout_component.rb
blacklight-7.25.1 app/components/blacklight/facet_field_no_layout_component.rb
blacklight-7.25.0 app/components/blacklight/facet_field_no_layout_component.rb