pagination.paginate 

Description 

<nnt3:pagination.paginate /> 

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

plugin.tx_myext_plugin {
partialRootPaths {
 10 = EXT:nnhelpers/Resources/Private/Partials/
}
}
Copied!

In the Fluid template:

	
	
	
...
	
	
	
	
Copied!

| @return string