Sha256: fa7b5ca33a267daaf26bac43e13ee935836e64bf305c4bbbe893e4c0203383c4

Contents?: true

Size: 575 Bytes

Versions: 3

Compression:

Stored size: 575 Bytes

Contents

NewspaperWorks.config do |config|
  # 'publication_unique_id' configs used for Chronicling America style linking
  #  e.g. First page of an issue from publication with LCCN sn86069873, from Jan. 15, 1897
  # https://host/newspapers/sn86069873/1897-01-15/ed-1/seq-1
  # the property that represents a unique identifier for a NewspaperTitle
  # defaults to :lccn
  # config.publication_unique_id_property = :lccn

  # the Solr field that represents a unique identifier for a NewspaperTitle
  # defaults to 'lccn_tesim'
  # config.publication_unique_id_field = 'lccn_tesim'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
newspaper_works-1.0.1 lib/generators/newspaper_works/templates/config/initializers/newspaper_works.rb
newspaper_works-1.0.0 lib/generators/newspaper_works/templates/config/initializers/newspaper_works.rb
newspaper_works-0.1.0 lib/generators/newspaper_works/templates/config/initializers/newspaper_works.rb