Skip to content

Instantly share code, notes, and snippets.

@fvosberg
Created December 1, 2014 10:22
Show Gist options
  • Save fvosberg/f1999c76736332d17358 to your computer and use it in GitHub Desktop.
Save fvosberg/f1999c76736332d17358 to your computer and use it in GitHub Desktop.
Overwrite paginate template via views.yaml
-
requestFilter: 'parentRequest.isPackage("My.Package") && isSubPackage("ViewHelpers\Widget") && isController("Paginate")'
options:
templatePathAndFilename:
'resource://My.Package/Private/Templates/ViewHelpers/Widget/Paginate/Index.html'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment