# Set this to disable the "classroom" feature disable_classroom = 1 # # Set this if you want urls that refer to specified items to use the identifier # rather than CollectiveAccess internal ID. The former is more descriptive but will # not work if you have duplicate identifiers in your catalogue! # use_identifiers_in_urls = 0 # # Front page set code # front_page_set_code = frontPage # # Configuration for Excel (xlsx) and PowerPoint (pptx) export formats # PDF formats are configured using templates in app/printTemplates # (See http://docs.collectiveaccess.org/wiki/PDF_Output) # export_formats = { ca_objects = { basic_excel = { name = Excel (basic information), type = xlsx, columns = { Image = { template = ^ca_object_representations.media.large }, Object = { template = ^ca_objects.preferred_labels.name (^ca_objects.idno) }, Description = { template = ^ca_objects.description }, Date = { template = ^ca_objects.creation_date } } }, basic_ppt = { name = PowerPoint (basic information), type = pptx, columns = { Image = { template = ^ca_object_representations.media.large, width = 4in, height = 3.5in, x = 0.5in, y = 1.5in }, Object = { template = ^ca_objects.preferred_labels.name (^ca_objects.idno), width = 10in, height = 1in, x = 0in, y = 0.25in, size = 20px, bold = 1, color = 000000, align = center }, Description = { template = ^ca_objects.description, width = 3in, height = 5in, x = 6.5in, y = 1.5in, size = 12px, color = 000000, align = left }, Date = { template = ^ca_objects.creation_date, width = 1.5in, height = 15px, x = 8.5in, y = 7.1in, size = 12px, color = 000000 } } } } } # # Display template used to format information text at bottom of media overlay. Template is evaluated relative to the item with which the media is # associated. If left blank preferred label + identifier of the item associated with the media is displayed. # media_overlay_titlebar_template = # # Configuration for image comparison interface. Set first key to table name (for now only ca_objects are supported) # and second level keys to option names with values. # compare_images = { ca_objects = { # template to use when displaying object name within compare interface title_template = ^ca_objects.preferred_labels.name } } # # Configuration for registration security method # This can either be set to sum_equation (for basic arithmetic challenge question: 4+7=?) or captcha, which implements a Google reCaptcha # If you select reCaptcha, you will have to register the application and provide two API keys to allow google to process the captcha # You can do so at https://www.google.com/recaptcha # registration_security = sum_equation google_recaptcha_sitekey = google_recaptcha_secretkey =