[TYPO3-german] GELÖST: Inhaltselement "Überschrift" in Typoscript ausgeben
Dietmar Engler
info at netthinks.com
Thu Jul 20 11:19:42 CEST 2006
Habs gefunden:
temp.headline = CONTENT
temp.headline {
wrap=|
table = tt_content
select {
pidInList = this
orderBy = sorting
where = colPos=0
selectFields=header
max = 1
}
renderObj=COA
renderObj{
10=TEXT
10{
required=1
wrap=|
field=header
}
}
}
Dietmar Engler schrieb:
> Hallo Liste,
>
> ich möchte die erste Überschrift (header) eines Inhaltselements (z.B.
> Text mit Bild) einer Seite gesondert ausgeben.
>
> Mit
>
> temp.headline = CONTENT
> temp.headline {
> table = tt_content
> select {
> pidInList = this
> orderBy = sorting
> where = colPos=0
> max = 1
> }
> }
>
> erzeugt er mir das gesamte Element. Wie kann ich das in TS auf die
> Überschrift einschränken?
>
> Danke und Gruß
> Dietmar
More information about the TYPO3-german
mailing list