Created
April 7, 2013 15:42
-
-
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".
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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