RTE HTMLarea
| < 3.10. FAQ: How can I use a Bengali Open Type font in the editor? | Table Of Content | 3.12. FAQ: Why is the class attribute on table tags always rendered as contenttable in the front end? > |
3.11. FAQ: How do I configure the RTE to keep my custom tag?
Add the following lines to your Page TSConfig:
RTE.default.proc.allowTags = list-of-allowed-tags
RTE.default.proc.HTMLparser_rte.tags.mycustomtag.protect =1
where
list-of-allowed-tags is the list of all allowed tags, including your custom tag, and
mycustomtag is the name of your tag.