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 a1d77ab commit 71d627cCopy full SHA for 71d627c
Resources/Private/Fusion/Component/List.fusion
@@ -35,17 +35,4 @@ prototype(Breadlesscode.Listable:List) < prototype(Neos.Fusion:Component) {
35
@if.shouldPaginate = ${ props.paginated }
36
}
37
38
-
39
- @cache {
40
- mode = 'dynamic'
41
- entryIdentifier {
42
- node = ${node}
43
- }
44
- entryDiscriminator = ${ request.arguments.currentPage }
45
- context {
46
- 1 = 'node'
47
- 2 = 'documentNode'
48
- 3 = 'site'
49
50
51
0 commit comments