# display name of section gallery_section_name = Featured Galleries gallery_section_item_name = gallery # Type of set to display in the "gallery" section # (this set type must exist in your database for this to work) gallery_set_type = public_presentation # --- md element of description text to display with sets gallery_set_description_element_code = set_description # # View options for gallery content # views = { timeline = { data = ca_objects.indexingDatesSet, # display options for title slide (relative to set) title = { headline_template = ^ca_sets.preferred_labels.name, introduction_template = ^ca_sets.description }, # display options for individual slides display = { title_template = ^ca_objects.preferred_labels.name (^ca_objects.idno), description_template =

^ca_objects.description

, credit_template = ^ca_objects.rightsStatement.rightsStatement_text, caption_template = ^ca_objects.caption, image = ^ca_object_representations.media.small, icon = ^ca_object_representations.media.icon } } }