We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a7bd8b + a5a52df commit 834503eCopy full SHA for 834503e
1 file changed
Resources/Private/TypoScript/SearchPlugin.ts2
@@ -17,13 +17,15 @@ prototype(Flowpack.SearchPlugin:Search) {
17
context {
18
1 = 'site'
19
2 = 'node'
20
+ 3 = 'documentNode'
21
}
22
23
24
25
26
prototype(Flowpack.SearchPlugin:Search.Form) < prototype(TYPO3.TypoScript:Template) {
27
node = ${site}
28
+
29
templatePath = 'resource://Flowpack.SearchPlugin/Private/Templates/NodeTypes/Search.Form.html'
30
searchWord = ${request.arguments.search}
31
0 commit comments