ckeditor - don't transform extra allowed content -


i have ckeditor 4.5 in use allowed content configuration config.extraallowedcontent = 'each[*] should. have problem use each tag in e.g. table like

<table> <tbody> <each> <tr> ... </tr> </each> </tbody> </tabl> 

ckedtior transform

<each></each> <table> <tbody> <tr> ... </tr> </tbody> </tabl> 

how can prevent transformation of table construct? many in advance.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -