Browse Source

mirador modding

master
rdrew 2 weeks ago
parent
commit
bab1b77768
  1. 4
      oliveskspaces.theme

4
oliveskspaces.theme

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

Loading…
Cancel
Save