class Blacklight::Configuration::DisplayField
Public Class Methods
Source
# File lib/blacklight/configuration/display_field.rb, line 5 def initialize(*args, **kwargs, &block) super self.presenter ||= Blacklight::FieldPresenter self.component ||= Blacklight::MetadataFieldComponent end
Calls superclass method