From 8ba4471966649dbe34b85bc728ac10e3c60d3bed Mon Sep 17 00:00:00 2001 From: Beatrycze Volk Date: Tue, 24 Oct 2023 18:41:21 +0200 Subject: [PATCH] [BUGFIX] Rename tool to tools in typoscript setup (#1063) Co-authored-by: Sebastian Meyer --- Configuration/TypoScript/Toolbox/setup.typoscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Configuration/TypoScript/Toolbox/setup.typoscript b/Configuration/TypoScript/Toolbox/setup.typoscript index f29e440b0..e3ad80a42 100644 --- a/Configuration/TypoScript/Toolbox/setup.typoscript +++ b/Configuration/TypoScript/Toolbox/setup.typoscript @@ -1,6 +1,6 @@ plugin.tx_dlf_fulltexttool { settings { - tool = fulltexttool + tools = fulltexttool activateFullTextInitially = 0 fullTextScrollElement = html, body searchHlParameters = tx_dlf[highlight_word] @@ -9,7 +9,7 @@ plugin.tx_dlf_fulltexttool { plugin.tx_dlf_searchindocumenttool { settings { - tool = searchindocumenttool + tools = searchindocumenttool searchUrl = documentIdUrlSchema = idInputName = tx_dlf[id]