Skip to content

Commit

Permalink
Rename cofiguration for tools to match changes in Kitodo Presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
beatrycze-volk committed Aug 23, 2023
1 parent c310903 commit 3e3d274
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Configuration/TypoScript/Plugins/kitodo.typoscript
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ plugin.tx_dlf_toolbox {
plugin.tx_dlf_fulltexttool < plugin.tx_dlf_toolbox
plugin.tx_dlf_fulltexttool {
settings {
tools = fulltexttool
tool = fulltexttool
activateFullTextInitially = 0
fullTextScrollElement = html, body
}
Expand All @@ -171,14 +171,14 @@ plugin.tx_dlf_fulltexttool {
plugin.tx_dlf_imagemanipulationtool < plugin.tx_dlf_toolbox
plugin.tx_dlf_imagemanipulationtool {
settings {
tools = imagemanipulationtool
tool = imagemanipulationtool
}
}

plugin.tx_dlf_pdfdownloadtool < plugin.tx_dlf_toolbox
plugin.tx_dlf_pdfdownloadtool {
settings {
tools = pdfdownloadtool
tool = pdfdownloadtool
}
}

Expand Down

0 comments on commit 3e3d274

Please sign in to comment.