From 1f5efe6e5dae99a48f46beb39d03416ea1158e2c Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Wed, 5 Feb 2020 08:37:01 -0500
Subject: [PATCH] Create placeholder for EDS homepage content block
 configuration.

---
 config/vufind/EDS.ini | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/config/vufind/EDS.ini b/config/vufind/EDS.ini
index 5d02f5db9c8..9080d6604ed 100644
--- a/config/vufind/EDS.ini
+++ b/config/vufind/EDS.ini
@@ -173,6 +173,10 @@ orFacets = *
 ; below, no facets will be translated.
 translated_facets[] = SourceType
 
+; This section controls the behavior of the EDS/Home screen.
+[HomePage]
+; Content blocks can be selected from the list in searches.ini.
+
 ; This section shows which search types will display in the basic search box at
 ; the top of EDS pages.  The name of each setting below corresponds with an
 ; index defined in the EDS API.  The value of each setting is the text to
-- 
GitLab