From 0652a2b53b1bd0c299a40f7cf35507d4cc18fe92 Mon Sep 17 00:00:00 2001 From: Robert Lange <robert.lange@uni-leipzig.de> Date: Mon, 11 Oct 2021 13:08:27 +0200 Subject: [PATCH] refs #19208_merge [fid] map icons in separate config file --- fid/config/vufind/iconMapping.ini | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 fid/config/vufind/iconMapping.ini diff --git a/fid/config/vufind/iconMapping.ini b/fid/config/vufind/iconMapping.ini new file mode 100644 index 00000000000..dd04c4b4e56 --- /dev/null +++ b/fid/config/vufind/iconMapping.ini @@ -0,0 +1,23 @@ +;#################################################################### +;##################### DO NOT DELETE THIS HEADER #################### +;################### Leipzig University Library © 2015 ############## +; +; This is the ISIL-instance-specific default INI-file and inherits +; all the settings from the INI-file defined in [Parent_Config] which +; points to the default INI-file located in the folder vufind2/local +; + +[Parent_Config] +relative_path = ../../../local/config/vufind/iconMapping.ini + +; A comma-separated list of config sections from the parent which should be +; completely overwritten by the equivalent sections in this configuration; +; any sections not listed here will be merged on a section-by-section basis. +; override_full_sections = "InstitutionInfo,Export" + +; +; Add instance-specific customization after this header. +; +;##################### DO NOT DELETE THIS HEADER #################### +;#################################################################### + -- GitLab