.. _Nng\Nnhelpers\ViewHelpers\Pagination\PaginateViewHelper: ======================================= pagination.paginate ======================================= Description --------------------------------------- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Replacement for the ``f:widget.paginate`` ViewHelper, which was removed in TYPO3 12. THANK YOU to https://www.in2code.de/ for the blog post! Include partial for the Paginator in your own extension .. code-block:: php plugin.tx_myext_plugin { partialRootPaths { 10 = EXT:nnhelpers/Resources/Private/Partials/ } } In the Fluid template: .. code-block:: php ... | ``@return string``