Skip to content

Commit

Permalink
Merge pull request #248 from slub/revert-235-rename-tools
Browse files Browse the repository at this point in the history
Revert "Rename cofiguration for tools to match changes in Kitodo Presentation"
  • Loading branch information
beatrycze-volk authored Oct 24, 2023
2 parents 2af0d45 + 080629c commit 8168640
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 {
tool = fulltexttool
tools = 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 {
tool = imagemanipulationtool
tools = imagemanipulationtool
}
}

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

Expand Down

0 comments on commit 8168640

Please sign in to comment.