From eda341cd2482b0fac0bfb1e3414e844b0ad7b9b8 Mon Sep 17 00:00:00 2001 From: Alexander Purr <purr@ub.uni-leipzig.de> Date: Fri, 5 Aug 2022 16:34:03 +0200 Subject: [PATCH] refs #22208 [fid] vf6: tab configuration via ini-file * see also refs #21611 * add fid ini-files inheriting from finc --- fid/config/vufind/CollectionTabs.ini | 11 +++++++++++ fid/config/vufind/RecordTabs.ini | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 fid/config/vufind/CollectionTabs.ini create mode 100644 fid/config/vufind/RecordTabs.ini diff --git a/fid/config/vufind/CollectionTabs.ini b/fid/config/vufind/CollectionTabs.ini new file mode 100644 index 00000000000..77ee6cbe1ef --- /dev/null +++ b/fid/config/vufind/CollectionTabs.ini @@ -0,0 +1,11 @@ +;#################################################################### +;##################### DO NOT DELETE THIS HEADER #################### +;################### Leipzig University Library © 2022 ############## +; +; 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/CollectionTabs.ini \ No newline at end of file diff --git a/fid/config/vufind/RecordTabs.ini b/fid/config/vufind/RecordTabs.ini new file mode 100644 index 00000000000..5d046022a35 --- /dev/null +++ b/fid/config/vufind/RecordTabs.ini @@ -0,0 +1,11 @@ +;#################################################################### +;##################### DO NOT DELETE THIS HEADER #################### +;################### Leipzig University Library © 2022 ############## +; +; 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/RecordTabs.ini \ No newline at end of file -- GitLab