typoscript - Seperate Headline and Content-Elements with TS and Fluid | Typo3 -
i use project fluid template engine. here want seperate headline-elements backend (column normal).
my idea is, write in ts following code:
lib.pageheadline = user lib.pageheadline{ [...] }
and in page object following code
10 = fluidtemplate 10{ [...] variables{ [...] pageheadline < lib.pageheadline } }
the problem become headline. hope problem understandable.
ok ... it's easy. here solution, render headlines seperate content fluid-templates.
temp.pageheadline = content temp.pageheadline{ table = tt_content select{ pidinlist = = colpos = 0 } renderobj = text renderobj.field = header } pageheadline < temp.pageheadline
this all.
Comments
Post a Comment