[TYPO3-rte] custom tags don't work

Stanislas Rolland typo3 at sjbr.ca
Tue May 5 17:57:33 CEST 2009


Georg Ringer a écrit :
> 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>
Why use capital letters?

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

What do you get in the database?

Stanislas



More information about the TYPO3-project-rte mailing list