@@ -300,6 +300,7 @@ class CatalogController < ApplicationController
300300 config . add_background_field 'fileplan' , field : 'fileplan_html_tesm' , helper_method : :render_html_tags
301301 config . add_background_field 'descrules' , field : 'descrules_ssm' , helper_method : :render_html_tags
302302 config . add_background_field 'note' , field : 'note_html_tesm' , helper_method : :render_html_tags
303+ config . add_background_field 'bibref' , field : 'bibref_html_tesm' , helper_method : :render_html_tags
303304
304305 # Collection Show Page - Related Section
305306 config . add_related_field 'relatedmaterial' , field : 'relatedmaterial_html_tesm' , helper_method : :render_html_tags
@@ -369,6 +370,7 @@ class CatalogController < ApplicationController
369370 config . add_component_field 'separatedmaterial' , field : 'separatedmaterial_html_tesm' , helper_method : :render_html_tags
370371 config . add_component_field 'originalsloc' , field : 'originalsloc_html_tesm' , helper_method : :render_html_tags
371372 config . add_component_field 'note' , field : 'note_html_tesm' , helper_method : :render_html_tags
373+ config . add_component_field 'bibref' , field : 'bibref_html_tesm' , helper_method : :render_html_tags
372374
373375 # Component Show Page - Indexed Terms Section
374376 config . add_component_indexed_terms_field 'access_subjects' , field : 'access_subjects_ssim' , link_to_facet : true , separator_options : {
0 commit comments