@@ -347,6 +347,7 @@ class CatalogController < ApplicationController
347
347
config . add_component_field 'abstract' , field : 'abstract_html_tesm' , helper_method : :render_html_tags
348
348
config . add_component_field 'extent' , field : 'extent_ssm'
349
349
config . add_component_field 'scopecontent' , field : 'scopecontent_html_tesm' , helper_method : :render_html_tags
350
+ config . add_component_field 'language' , field : 'language_ssim'
350
351
config . add_component_field 'acqinfo' , field : 'acqinfo_ssim' , helper_method : :render_html_tags
351
352
config . add_component_field 'bioghist' , field : 'bioghist_html_tesm' , helper_method : :render_html_tags
352
353
config . add_component_field 'appraisal' , field : 'appraisal_html_tesm' , helper_method : :render_html_tags
@@ -368,7 +369,7 @@ class CatalogController < ApplicationController
368
369
config . add_component_field 'separatedmaterial' , field : 'separatedmaterial_html_tesm' , helper_method : :render_html_tags
369
370
config . add_component_field 'originalsloc' , field : 'originalsloc_html_tesm' , helper_method : :render_html_tags
370
371
config . add_component_field 'note' , field : 'note_html_tesm' , helper_method : :render_html_tags
371
-
372
+
372
373
# Component Show Page - Indexed Terms Section
373
374
config . add_component_indexed_terms_field 'access_subjects' , field : 'access_subjects_ssim' , link_to_facet : true , separator_options : {
374
375
words_connector : '<br/>' ,
0 commit comments