frau content
Posted on 31. Juli 2014 by frau content on typo3, typoscript

It’s all about the image, stupid!

Bei Bildern mehrere Links zulassen – mit Komma getrennt

styles.content.imgtext.captionSplit = 1
styles.content.imgtext.comment_CSL-LinkList =

Automatischer alt-Text aus Bildnamen

tt_content.image.20.1.altText >
tt_content.image.20.1.altText = TEXT
tt_content.image.20.1.altText.field = image
tt_content.image.20.1.altText.split {
   token.char = 95
   cObjNum = 1 |*| 1 |*| 2
   1.current = 1
   1.noTrimWrap = || |
   2.cObject = TEXT
   2.cObject.current = 2
   2.cObject.split {
      token.char = 46
      cObjNum = 1 |*| 2
      1.current = 1
   }
}