[Neos] pagination inside custom menu

Dominic Garms djgarms at gmail.com
Tue Oct 14 20:02:09 CEST 2014


On 14/10/14 14:49, Dominic Garms wrote:
> Hello,
>
> what is the recommended to get pagination view helper from typo3cr
> package running? Currently I had to use following configuration:
> prototype(DMF.BasePackage:NewsMenu) <
> prototype(TYPO3.Neos.NodeTypes:Menu) {
>
>      attributes.class = 'project-menu'
>      //projectImageWidth = '150'
>      //projectImageHeight = '150'
>
>      layoutHome = ${q(node).property('layoutHome')}
>      startingPoint = ${q(node).property('startNode') || (documentNode)}
>
>      # uncache the list view for pagination
>      @cache {
>          mode = 'uncached'
>          context {
>              1 = 'node'
>              2 = 'documentNode'
>          }
>      }
> }
>
>
> Is it also possible, uncaching the typo3cr pagination widget?
>
> Cheers,
> Dominic
Complete nonsense what I wrote here. But I think I found a ticket to 
this already in jira: https://jira.typo3.org/browse/NEOS-146
I wanted to cache the list page and only uncache the pagination steps.


More information about the Neos mailing list