From bab1b7776856eb4bb9cd19f3353286adc7c53ff5 Mon Sep 17 00:00:00 2001 From: rdrew Date: Wed, 22 Jul 2026 11:30:01 -0300 Subject: [PATCH] mirador modding --- oliveskspaces.theme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oliveskspaces.theme b/oliveskspaces.theme index 286187c..9eb07af 100755 --- a/oliveskspaces.theme +++ b/oliveskspaces.theme @@ -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