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

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -