From 7ce4dc1dc3a82079220ddb7a4d0f1aa752b94a3e Mon Sep 17 00:00:00 2001
From: Frank Morgner <morgnerf@ub.uni-leipzig.de>
Date: Thu, 22 Feb 2018 08:36:44 +0100
Subject: [PATCH] refs #12538 * switch finc-widely off additional sidefacet
 option show all facets in lightbox

---
 local/config/vufind/facets.ini | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/local/config/vufind/facets.ini b/local/config/vufind/facets.ini
index bf59961a2fb..696e0eccee2 100644
--- a/local/config/vufind/facets.ini
+++ b/local/config/vufind/facets.ini
@@ -91,6 +91,12 @@ facet_limit = 30
 showMore[*] = 6
 ; Or you can set a facet specific value by using the facet name as index.
 ;showMore['format'] = 10
+; Show more facets in a lightbox (paginated, no limit)
+; If false, facets expand in side bar to show facets up to the above limit
+; If "more", facets expand and offer an option at the bottom to open the lightbox
+; If true, facets immediately open in the lightbox
+showMoreInLightbox[*] = false
+;lightboxLimit = 50 ; page size for the lightbox
 ; Rows and columns for table used by top facets
 ;top_rows = 2
 ;top_cols = 3
-- 
GitLab