[TYPO3-templavoila] put title in field

KS info at kay-strobach.de
Wed Jul 25 07:24:09 CEST 2007


Felix Natter schrieb:
> hi,
> 
> I tried to create a field "title" in the DS with type
> Typoscript Object Path "lib.titleleft" and this in the template setup:
> lib.titleleft = TEXT
> lib.titleleft.field = title
> 
> But unfortunately this doesn't work. Can anyone give me a
> hint to make this work or point me to the documentation?
> 
> thanks,
> 
HI, just try the following

##############################################################
# Überschrift
    lib.titleleft = COA
    lib.titleleft {
        20 = TEXT
        20.value = {page:title}
        20.insertData = 1
    }

this snippet inserts the pagetitle

good luck

Kay


More information about the TYPO3-project-templavoila mailing list