[TYPO3-content-rendering] Render typolist after switch from content.default to css_styled_content

Sacha Vorbeck Vorbeck at moduleBox.com
Thu May 18 15:42:15 CEST 2006


Hi,

for the archive:

lib.parseFunc_RTE.allowTags = ....,typolist

tt_content.text {
  20.parseFunc.tags {
    typolist = TEXT
    typolist {
      current = 1
      trim = 1
      if.isTrue.current = 1
      split {
        token.char = 10
        cObjNum = 1
        1.current = 1
        1.wrap = <li>|</li>
      }
      fontTag = <ul> | </ul>
    }
  }
}

-- 
Ciao,
Sacha



More information about the TYPO3-project-content-rendering mailing list