[Neos] navigation title and navigation label

Dominic Garms djgarms at gmail.com
Thu Dec 5 16:13:53 CET 2013


On 12/05/2013 06:32 PM, Christopher Hlubek wrote:
> 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
Thanks, I'll try out the Eel semantic tomorrow.

Here is the link to my SeoTool package:
https://github.com/dohomi/Neos-Plugin-DMF.SeoTool
It takes care of pageTitle, navigationTitle, metaDescription, metaRobots 
and canonical Tag. Haven't wrote any documentation yet but will do as 
soon I really get into the "flow".

Cheers,
Dominic



More information about the Neos mailing list