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 } }