We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35be7fd commit d615d33Copy full SHA for d615d33
Resources/Private/Fusion/Component/List.fusion
@@ -40,4 +40,18 @@ prototype(Breadlesscode.Listable:List) < prototype(Neos.Fusion:Component) {
40
}
41
pagination >
42
43
+
44
45
+ @cache {
46
+ mode = 'dynamic'
47
+ entryIdentifier {
48
+ node = ${node}
49
+ }
50
+ entryDiscriminator = ${ request.arguments.currentPage }
51
+ context {
52
+ 1 = 'node'
53
+ 2 = 'documentNode'
54
+ 3 = 'site'
55
56
57
0 commit comments