diff --git a/Resources/Private/Fusion/Component/List.fusion b/Resources/Private/Fusion/Component/List.fusion index fea2503..376b865 100644 --- a/Resources/Private/Fusion/Component/List.fusion +++ b/Resources/Private/Fusion/Component/List.fusion @@ -31,6 +31,8 @@ prototype(Breadlesscode.Listable:List) < prototype(Neos.Fusion:Component) { totalCount = ${ collection.totalCount } itemsPerPage = ${ props.itemsPerPage } paginationConfig = ${ props.paginationConfig } + + @if.shouldPaginate = ${ props.paginated } } }