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 f1d1f61 commit 5e9f0c7Copy full SHA for 5e9f0c7
Resources/Private/Fusion/Component/List.fusion
@@ -31,6 +31,8 @@ prototype(Breadlesscode.Listable:List) < prototype(Neos.Fusion:Component) {
31
totalCount = ${ collection.totalCount }
32
itemsPerPage = ${ props.itemsPerPage }
33
paginationConfig = ${ props.paginationConfig }
34
+
35
+ @if.shouldPaginate = ${ props.paginated }
36
}
37
38
0 commit comments