[Neos] TYPO3 Neos get Text obj from node or page

Piseth Sok piseth at web-essentials.asia
Fri Jun 27 09:09:53 CEST 2014


Hi List,

in Blog.html {item} is page object which has text object:
I want to get text obj from but I don't know what is property name.
I already <f:debug>{item}</f:debug>, but it is two big to find property.

here is the template:

<f:for each="{news}" as="item" key="number" iteration="itemIterator">
	{item.?.?.?}
</f:for>

any ideas?

On 06/27/2014 10:52 AM, Piseth Sok wrote:
> Hi List,
>
> I have a content type.
>
> prototype(T3.Package:News) {
>      news = ${q(site).children('[instanceof T3.Package:Blog]')}
> }
>
> and I want to get Text obj from "T3.Package:Blog" which is document
> type. But I don't know which property.
>
> Any ideas?
> Thanks



More information about the Neos mailing list