Name

Beispiel

tt_content.text.default {
   20 = TEXT
   20.field = bodytext
   20.wrap = | <BR>
   20.brTag = <br>
   20.parseFunc {
      makelinks = 1
      makelinks.http.keep = path
      makelinks.http.extTarget = _blank
      makelinks.mailto.keep = path
      tags {
         link = TEXT
         link {
            current = 1
            typolink.extTarget = _blank
            typolink.wrap = <span class='important'>|</span>
            typolink.parameter.data = parameters : allParams
         }
      }
   }
}

Dies nimmt den Inhalt des Felds bodytext und umschließt alle Vorkommen der <link>-Tags mit einem <span>-Tag.

Get TypoScript: kurz & gut now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.