How to add script tag in tinymce RTE Typo3 -
i have typo3 site version typo3 4.5.29 , tinymcerte version 0.5.1
i have enabled script tag in rte
typoscript setup
lib.parsefunc.allowtags := addtolist(object,param,embed,script) lib.parsefunc_rte.allowtags := addtolist(object,param,embed,script)
tsconfig
rte.default.proc.allowtags := addtolist(object, param, embed,script) rte.default.proc { allowtags := addtolist(object, param, embed,script) rte.default.proc.htmlparser_rte.allowtags < rte.default.proc.allowtags htmlparser_db.allowtags < rte.default.proc.allowtags entryhtmlparser_db.allowtags < rte.default.proc.allowtags } script tag works fine in front-end , back-end wont show source attribute shows empty script tag
what exact issue ? idea ?
Comments
Post a Comment