Skip to content

Commit

Permalink
[BUGFIX] Rename tool to tools in typoscript setup (#1063)
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Meyer <[email protected]>
  • Loading branch information
beatrycze-volk and sebastian-meyer authored Oct 24, 2023
1 parent 0be9160 commit 8ba4471
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Configuration/TypoScript/Toolbox/setup.typoscript
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugin.tx_dlf_fulltexttool {
settings {
tool = fulltexttool
tools = fulltexttool
activateFullTextInitially = 0
fullTextScrollElement = html, body
searchHlParameters = tx_dlf[highlight_word]
Expand All @@ -9,7 +9,7 @@ plugin.tx_dlf_fulltexttool {

plugin.tx_dlf_searchindocumenttool {
settings {
tool = searchindocumenttool
tools = searchindocumenttool
searchUrl =
documentIdUrlSchema =
idInputName = tx_dlf[id]
Expand Down

0 comments on commit 8ba4471

Please sign in to comment.