[TYPO3-rte] custom tags don't work

Georg Ringer mail-spam at ringerge.org
Sat May 2 12:05:13 CEST 2009


Hi,

I am having troubles with my custom tags which work fine with disabled 
RTE but the RTE rewrites them and i get the same output in the FE.

My tag:
<MAP 14457 house>Das ist ein Test</MAP>

My TS:
lib.parseFunc_RTE.allowTags := addToList(map)
lib.parseFunc.allowTags := addToList(map)

My PageTsConfig:
RTE.default.proc {
   allowTags := addToList(map)
   allowTagsOutside := addToList(map)
   HTMLparser_rte.tags.map.protect =1
   entryHTMLparser_db.allowTags < RTE.default.proc.allowTags
}

thanks for any help

Georg


More information about the TYPO3-project-rte mailing list