# 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 = Relatório básico (EXCEL),
type = xlsx,
columns = {
idno = {
template = ^ca_objects.idno
},
título = {
template = ^ca_objects.preferred_labels
},
evento = {
template = ^ca_occurrences.hierarchy.preferred_labels%delimiter=->
},
entidade = {
template = ^ca_entities.preferred_labels
}
}
},
#basic_ppt = {
# name = Relatório básico (POWER POINT),
# 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
# }
# }
#}
},
ca_occurrences = {
basic_excel = {
name = Relatório básico (EXCEL),
type = xlsx,
columns = {
_("código de identificação") = {
template = ^ca_occurrences.idno
},
_("nome do evento") = {
template = ^ca_occurrences.preferred_labels
},
data = {
template = ^ca_occurrences.event_period.event_period_startdate - ^ca_occurrences.event_period.event_period_enddate
},
local = {
template = ^ca_entities.preferred_labels
},
_("evento bienal") = {
template = ^ca_occurrences.event_type.event_type_bienal
},
tipo = {
template = ^ca_occurrences.event_type.event_type_value
},
}
}
}
ca_entities = {
basic_excel = {
name = Relatório básico (EXCEL),
type = xlsx,
columns = {
_("nome da entidade") = {
template = ^ca_entities.preferred_labels.displayname
},
tipo = {
template = ^ca_entities.type_id
},
categoria = {
template = ^ca_entities.entity_category
},
_("participação bienal") = {
template = ^ca_occurrences.preferred_labels
},
}
}
}
}
#
# 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 =