From 080629c2fd8fdbd9e987e7e433f0760a6241add1 Mon Sep 17 00:00:00 2001 From: Beatrycze Volk Date: Tue, 24 Oct 2023 16:52:03 +0200 Subject: [PATCH] Revert "Rename cofiguration for tools to match changes in Kitodo Presentation" --- Configuration/TypoScript/Plugins/kitodo.typoscript | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Configuration/TypoScript/Plugins/kitodo.typoscript b/Configuration/TypoScript/Plugins/kitodo.typoscript index ef72502ba..333d291b1 100644 --- a/Configuration/TypoScript/Plugins/kitodo.typoscript +++ b/Configuration/TypoScript/Plugins/kitodo.typoscript @@ -162,7 +162,7 @@ plugin.tx_dlf_toolbox { plugin.tx_dlf_fulltexttool < plugin.tx_dlf_toolbox plugin.tx_dlf_fulltexttool { settings { - tool = fulltexttool + tools = fulltexttool activateFullTextInitially = 0 fullTextScrollElement = html, body } @@ -171,14 +171,14 @@ plugin.tx_dlf_fulltexttool { plugin.tx_dlf_imagemanipulationtool < plugin.tx_dlf_toolbox plugin.tx_dlf_imagemanipulationtool { settings { - tool = imagemanipulationtool + tools = imagemanipulationtool } } plugin.tx_dlf_pdfdownloadtool < plugin.tx_dlf_toolbox plugin.tx_dlf_pdfdownloadtool { settings { - tool = pdfdownloadtool + tools = pdfdownloadtool } }