1.23 Sidebar
The following elements switch links in the sidebar to the different types of record view on or off :
Setting
Description
page/@enabled
Image-/Video-/Audio
toc/@enabled
Visibility of the link to the table of contents in the factory navigation. Attention: this is not the sidebar table of contents, for this see sidebarToc
.
thumbs/@enabled
Page preview (Thumbnails)
searchInItem/@enabled
Search in record
metadata/@enabled
Metadata / Bibliographic data
If this switch is deactivated, the entire widget is not rendered.
fulltext/@enabled
Fulltext
opac/@enabled
Displays an additional link to catalogue. The default value is false
sidebarBrowsingTerms/@enabled
Show or hide the browsing widget. The default value is true
sidebarRssFeed/@enabled
Show or hide the RSS feed widget. The default value is true
sidebarWidgetUsage/@enabled
Show or hide the widget. The default value is true
sidebarWidgetUsage/page/downloadOptions/@enabled
Shows or hides the download options. Default value is true
.
sidebarWidgetUsage/page/downloadOptions/option
List of entries to be made available for download.
The
label
attribute contains a message key.The
format
attribute specifies the file format. This must be a format supported by the IIIF Image API. The static stringMASTER
is automatically translated into the image format of the master image.The attribute
boxSizeInPixel
contains a value in pixels. A square is created from this. The Goobi viewer then scales the image - keeping the aspect ratio - into the specified box and displays the real size in pixels in the download popover.
sidebarWidgetUsage/citationLinks/@enabled
Shows or hides the area. The default value is true
.
sidebarWidgetUsage/citationLinks/links/link
List of entries to be displayed as citation links.
type: can take the value
URL
if a link is to be built, orINTERNAL
to use the internal URL built by the Goobi viewer.for: can contain the values
record
,docstruct
orimage
and defines for which range the citation link is valid.label: contains the message key for the name of the displayed citation link.
field: defines the solr field from which the value for the citation link should come. It is only evaluated for
type="URL"
.prefix: contains the part of the URL that comes before the value from the solr field. It is only evaluated for
type="URL"
.suffix: contains the part of the URL that comes after the value from the solr field. It is only evaluated for
type="URL"
.topstructValueFallback: if
true
the value of the main element is taken from the Solr index even iffor="docstruct"
orfor="image"
is set. Default value isfalse
.appendImageNumberToSuffix: If
true
the image number will be appended to the suffix. Default value isfalse
.
sidebarWidgetUsage/citationRecommendation/@enabled
Shows or hides the area. The default value is true
.
sidebarWidgetUsage/citationRecommendation/styles
Contains the list of Citeproc citation styles to be offered in the dropdown menu.
sidebarWidgetUsage/citationRecommendation/source/metadata
Contains the mapping from the Solr fields to the Citeproc values.
sidebarWidgetDownloads/@enabled
Show or hide the widget. The default value is true
sidebarWidgetDownlads/hideFileRegex
If a regular expression is defined, files that match it are hidden in the widget. This is a purely visual option, the download of the files is still possible.
copyrightIndicator/@enabled
Enables or disables the display of the functionality. Default value is true
.
copyrightIndicator/@style
Defines the places where the information is displayed. Possible values are widget
and trafficlight
. The widget is displayed in the sidebar. The traffic light is displayed next to the title of the record. The default value is widget
.
copyrightIndicator/status/@field
Defines the Solr field containing the access restriction information. Default value is ACCESSCOND
ITION
copyrightIndicator/status/value/@content
Specifies the content of the defined field for which the setting is to apply.
copyrightIndicator/status/value/@status
Sets the status for the content. Possible values are OPEN
, PARTIAL
and LOCKED
. If the widget is displayed, the status OPEN is visualised as an open lock and PARTIAL and LOCKED as a closed lock. Otherwise the status is displayed in the traffic light colours OPEN=green, PARTIAL=yellow and LOCKED=red.
copyrightIndicator/status/value/@description
Sets the message key by further describing the access restriction.
copyrightIndicator/license/@field
Defines the Solr field in which the information about the usage licence is located. The default value is MD_USEANDREPRODUCTIONLICENSE
.
copyrightIndicator/license/value/@content
Specifies the content of the defined field for which the setting is to apply.
copyrightIndicator/license/value/@description
Sets the message key by further describing the licence of use.
copyrightIndicator/license/value/icon
Repeatable entry that lists the names of the files that are to be used to represent the licence of use. The files are located in the theme or core in the images/licence/
folder.
Within this section, the sidebar table of contents is also configured in the configuration file. Due to its thematic proximity, it is described in chapter 1.20.2.
The download for original content is also described here. Historically, this is still described in chapter 2.30.
Last updated