File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Resources/Private/Fusion/Component Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ prototype(Breadlesscode.Listable:Pagination) < prototype(Neos.Fusion:Component)
66 paginationConfig = ${ [] }
77
88 @process.wrapPagination = ${ '<ul class="pagination">' + value + '</ul>' }
9+ @if.hasOnlyOnePage = ${ props.totalCount > props.itemsPerPage }
910
1011 renderer = Neos.Fusion:Collection {
1112 collection = Breadlesscode.Listable:PaginationArray {
@@ -15,7 +16,6 @@ prototype(Breadlesscode.Listable:Pagination) < prototype(Neos.Fusion:Component)
1516 itemsPerPage = ${ props.itemsPerPage }
1617 paginationConfig = ${ props.paginationConfig }
1718 }
18-
1919 itemRenderer = Breadlesscode.Listable:PaginationItem {
2020 uri = Neos.Neos:NodeUri {
2121 node = ${ documentNode }
You can’t perform that action at this time.
0 commit comments