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:
| 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" } |