Hi!
I have a problem with TypoScript2 / EEL. I have a node tree with two levels. When i'm on a node of the first level i would like to get the contents of its sub nodes. How can i realize this?
I thought at first i could do something like this:
test = ${q(node).children()}
But this doesn't work, i can't access "test" in my template. I hope you an help me :)
Greetings
9pm