# _ _ _ _ _ __ # | (_) | | | | | | / _| # | |_ __ _| |__ | |_| |__ _____ __ ___ ___ _ __ | |_ # | | |/ _` | '_ \| __| '_ \ / _ \ \/ / / __/ _ \| '_ \| _| # | | | (_| | | | | |_| |_) | (_) > < | (_| (_) | | | | | # |_|_|\__, |_| |_|\__|_.__/ \___/_/\_(_)___\___/|_| |_|_| # __/ | # |___/ # -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- # Pawtucket 2.0 # -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- # Lightbox configuration file # # Info @ http://docs.collectiveaccess.org/wiki/Pawtucket2:Configuration # -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- # # View options for lightbox content # (Valid entries are: thumbnail, list, map, timeline) # views = { thumbnail = { name = thumbnail, icon = glyphicon-th }, list = { name = list, icon = glyphicon-list }, map = { name = map, icon = glyphicon-globe, data = ca_objects.georeference, width = 100%, height = 600px, display = { title_template = ^ca_objects.preferred_labels.name (^ca_objects.idno), description_template =
^ca_objects.description
} }, timeline = { name = timeline, icon = glyphicon-time, data = ca_objects.creation_date, display = { title_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 } } } # # Primary sort criteria # sortBy = { Identifier = ca_objects.idno_sort, Title = ca_object_labels.name_sort } sortDirection = { Identifier = asc, Title = asc } # # Secondary sort criteria # secondarySortBy = { } secondarySortDirection = { } # # Additional sorting options # # # Sort control type # (Valid values are: dropdown, list) # sortControlType = dropdown # Icon to use for "add to lightbox" button addToLightboxIcon = # Template to use when captioning lightbox items # (if caption_template is not defined, preferred label will be used) caption_template = ^ca_objects.idno,