|
|
|
|
@ -741,8 +741,8 @@ function oliveskspaces_preprocess_mirador(&$variables)
|
|
|
|
|
// ---- Paste configuration overrides below ---- |
|
|
|
|
// Panes visible in sidebar |
|
|
|
|
$viewer['window']['panels'] = [ |
|
|
|
|
'info' => false, // Metadata / Manifest Info |
|
|
|
|
'attribution' => false, // Rights & Statements |
|
|
|
|
'info' => true, // Metadata / Manifest Info |
|
|
|
|
'attribution' => true, // Rights & Statements |
|
|
|
|
'canvas' => false, // Index / Canvas list |
|
|
|
|
'annotations' => false, // Annotations list |
|
|
|
|
'search' => true, // Content search engine |
|
|
|
|
|