[Neos] <body id="uid-{field-uid}" > in Neos?

Maxi milian info at maxguz.de
Thu Jun 26 15:56:07 CEST 2014


It is possible to add an "id" to <body />?

In TYPO3 it is very easy with typoscript. You could add the page uid, for example:
page {
  bodyTag >
  bodyTagObject = TEXT
  bodyTagObject.dataWrap = <body id="uid-{field-uid}" >
}


More information about the Neos mailing list