Skip to content

Instantly share code, notes, and snippets.

@abteilung
Created April 7, 2013 15:42
Show Gist options
  • Select an option

  • Save abteilung/5330978 to your computer and use it in GitHub Desktop.

Select an option

Save abteilung/5330978 to your computer and use it in GitHub Desktop.
TYPO3-CSS-Klassen entfernen aufräumen. Kein class="bodyTag" oder class="csc-firstHeader".
lib {
parseFunc_RTE {
nonTypoTagStdWrap.encapsLines {
### entfernt "class=bodytext" aus p-Tags
addAttributes.P.class =
}
}
stdheader {
### entfernt div-Tag um Headlines
stdWrap.dataWrap = |
### entfernt "csc-firstHeader" aus Hx-Tags
10.1.fontTag = <h1>|</h1>
10.2.fontTag = <h2>|</h2>
10.3.fontTag = <h3>|</h3>
10.4.fontTag = <h4>|</h4>
10.5.fontTag = <h5>|</h5>
10.6.fontTag = <h6>|</h6>
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment