Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save cedricziel/5ecf9692bc44a49d14cfe1853bbc6f6c to your computer and use it in GitHub Desktop.
Save cedricziel/5ecf9692bc44a49d14cfe1853bbc6f6c to your computer and use it in GitHub Desktop.
Routing configuration for the TYPO3.TYPO3CR paginate viewhelper in a TYPO3 Neos nodetype
-
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