[Neos] Chapter Menu all Sub Chapters

Patric Eckhart me at patric.at
Thu Dec 26 18:48:50 CET 2013


Hey,

i would display all Chapters (in the whole Site) in my Chapter Menu.
I have chapters in subpage About, and many chapters in subpage Blog

Could i realize this?

prototype(TYPO3.NeosDemoTypo3Org:ChapterMenu) < prototype(TYPO3.Neos.NodeTypes:Menu) {
	templatePath = 'resource://PatricEckhart.WebSite/Private/Templates/NodeTypes/ChapterMenu.html'
	attributes.class = 'chapter-menu'
	chapterImageWidth = '200'
}

I have tried this with:
entryLevel = 2
maximumLevels = 1
startingPoint = ${q(site).children('metamenu').get(0)}


More information about the Neos mailing list