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