[Neos] navigation title and navigation label

Dominic Garms djgarms at gmail.com
Thu Dec 5 08:43:04 CET 2013


On 12/03/2013 12:55 AM, Sebastian Kurfürst wrote:
> Hey,
>
> I'd like to express that in Eel as follows:
>
> ${q(node).property('title') || q(node).property('fallback')}
>
> @Christopher: does that work already?
>
> Greets, Sebastian
>
Hi Sebastian,

I tried it in another context, where I want to set page title inside of 
the head. It does not seem to work:

DMF.SeoTool:PageTitle = TYPO3.TypoScript:Template {
     templatePath = 
'resource://DMF.SeoTool/Private/Templates/TypoScriptObjects/PageTitle.html'
     title =  ${q(node).filter('[instanceof 
TYPO3.Neos:Page]').property('pageTitle')} // 
${q(node).filter('[instanceof TYPO3.Neos:Page]').property('title')}
}

What would be the best option, is there anything in Eel or typoscript 
that I could use?

Thanks,
Dominic


More information about the Neos mailing list