Einzelnen Beitrag anzeigen
  #8  
Alt 27.03.06, 13:51
Benutzerbild von ben
ben ben ist offline
Forum Stammgast
 
Registriert seit: 07.03.05
Ort: Düsseldorf
Beiträge: 189
ben eine Nachricht über ICQ schicken

So, auch das habe ich gelöst.

So bringt man HTMLarea dazu, h-tags in typohead umzuwandeln und das auch zu akzeptieren:

Typoscript-Code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
# tags sind erlaubt außerhalt von p, div
RTE.default.proc.allowTagsOutside = img,hr, typohead


RTE.default.proc.entryHTMLparser_db = 1
RTE.default.proc.entryHTMLparser_db {
tags.h1.remap = typohead type="1"
tags.h2.remap = typohead type="2"
tags.h3.remap = typohead type="3"
tags.h4.remap = typohead type="4"
tags.h5.remap = typohead type="5"
tags.h6.remap = typohead type="6"
}
Mit Zitat antworten