Skip to content

Commit

Permalink
Rename the rights and rights holder fields for Stanford styling
Browse files Browse the repository at this point in the history
  • Loading branch information
thatbudakguy committed Jun 12, 2024
1 parent efe9305 commit c9c74be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/controllers/catalog_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ class CatalogController < ApplicationController
link_to_facet: true
config.add_show_field Settings.FIELDS.RESOURCE_TYPE, label: 'Resource Type', itemprop: 'type', link_to_facet: true
# config.add_show_field Settings.FIELDS.FORMAT, label: 'Format', itemprop: 'format'
config.add_show_field Settings.FIELDS.RIGHTS, label: 'Rights', itemprop: 'rights'
config.add_show_field Settings.FIELDS.RIGHTS_HOLDER, label: 'Rights Holder', itemprop: 'rights_holder'
config.add_show_field Settings.FIELDS.RIGHTS, label: 'Use and Reproduction', itemprop: 'rights'
config.add_show_field Settings.FIELDS.RIGHTS_HOLDER, label: 'Copyright', itemprop: 'rights_holder'
config.add_show_field Settings.FIELDS.LICENSE, label: 'License', itemprop: 'license'
config.add_show_field(
Settings.FIELDS.IDENTIFIER,
Expand Down

0 comments on commit c9c74be

Please sign in to comment.