class Blacklight::Configuration::DisplayField

Public Class Methods

new(*args, **kwargs, &block) click to toggle source
Calls superclass method
# File lib/blacklight/configuration/display_field.rb, line 5
def initialize(*args, **kwargs, &block)
  super

  self.presenter ||= Blacklight::FieldPresenter
  self.component ||= Blacklight::MetadataFieldComponent
end