Skip to content

Instantly share code, notes, and snippets.

@pumatertion
Forked from radmiraal/gist:8d68190e4d8de98ed865
Last active August 29, 2015 14:08
Show Gist options
  • Save pumatertion/ef8907c7edd301fa32d4 to your computer and use it in GitHub Desktop.
Save pumatertion/ef8907c7edd301fa32d4 to your computer and use it in GitHub Desktop.
-
name: 'Search paginate'
uriPattern: '{node}/{--typo3-typo3cr-viewhelpers-widget-paginateviewhelper.currentPage}'
defaults:
'@package': 'TYPO3.Neos'
'@controller': 'Frontend\Node'
'@format': 'html'
'@action': 'show'
'--typo3-typo3cr-viewhelpers-widget-paginateviewhelper':
'@package': ''
'@subpackage': ''
'@controller': ''
'@action': 'index'
'currentPage': '1'
routeParts:
node:
handler: TYPO3\Neos\Routing\FrontendNodeRoutePartHandler
appendExceedingArguments: TRUE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment