Skip to content

Instantly share code, notes, and snippets.

@alrnz
Created September 22, 2017 11:40
Show Gist options
  • Save alrnz/cc2769985f7ecc00e7f84778276794fa to your computer and use it in GitHub Desktop.
Save alrnz/cc2769985f7ecc00e7f84778276794fa to your computer and use it in GitHub Desktop.
TYPO3 - TypoScript - Wrap List-Elements (li) in span-Tags every time (in RTE). Often useful for color and format things.
lib.parseFunc.tags.li = TEXT
lib.parseFunc.tags.li {
current = 1
wrap = <li><span>|</span></li>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment