[Neos] navigation title and navigation label

Christopher Hlubek hlubek at networkteam.com
Thu Dec 5 11:32:34 CET 2013


Hi,

I pushed a change yesterday that updates the EEL semantics to that of JavaScript, so the values are returned instead of booleans. So something like ${q(node).property('title') || q(node).property('subtitle')} will be possible.

Greetings,

Christopher

On 05.12.2013, at 10:46, Dominique Feyer <dfeyer at ttree.ch> wrote:

> Check our ttree.plugin.seo available on packagist. PR welcome if we can
> join effort to have a nice seo plugin that will be great
> Le 5 déc. 2013 08:45, "Dominic Garms" <djgarms at gmail.com> a écrit :
> 
>> 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
>> _______________________________________________
>> Neos mailing list
>> Neos at lists.typo3.org
>> http://lists.typo3.org/cgi-bin/mailman/listinfo/neos
> _______________________________________________
> Neos mailing list
> Neos at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/neos


More information about the Neos mailing list