Sie sind hier: Typo3 CodeBase / Typoscript - Typo3 / Gifbuilder / Subtitle der Seite als Grafik rendern

Subtitle Dynamisch Rekursiv als Grafik rendern

temp.PAGETITLE= COA
temp.PAGETITLE{
 
    10 = IMAGE
    10.wrap=|
    10.file = GIFBUILDER
    10.file{
 
        XY=[40.w]+10,28
        backColor = #a49989
 
        40 = TEXT
        40{
           text.data = levelfield: -1, subtitle, slide
           text.listNum = 0
           text.listNum.splitChar = |
           text.case = upper
           fontSize = 22
           fontFile= fileadmin/site_fonts/DINEN___.ttf
           fontColor = #d2ccc4
           offset = 10,20
           niceText=0
        }
 
 
 
    }
}
lib.PAGETITLE< temp.PAGETITLE