typo3 - typoscript: Content Element Layout for Insert Records -


when create content element layout:

tceform.tt_content.layout {     removeitems = 1,2,3     additems.108 = custom layout } 

with additional style:

tt_content.stdwrap.innerwrap.cobject {     key.field = layout     108 = text      108.datawrap = <div id="c{field : uid}" class="csc-default special">     108.value = |</div>      }  } 

it wont work on content element "insert record" (a shortcut content element)

the data not included.. receive blank div


Comments