[Neos] pagination inside custom menu

Dominic Garms djgarms at gmail.com
Tue Oct 14 14:49:47 CEST 2014


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


More information about the Neos mailing list