[Neos] [NEOS] String concatenation

Tina Eckhorst t.eckhorst at magent.de
Thu Dec 4 11:27:16 CET 2014


Hi,

how do I concatenate strings in Typoscript 2? I want do add a specific class to the body and tried the following:

teaserPage < page
teaserPage {
  bodyTag.attributes.class = ${q(node).property('_name')} + ' teaser'
}

The class "teaser" is added but not the property "_name".

Thanks!


More information about the Neos mailing list