TinyMCE 4 disable cleanup html

html, javascript, php, tinymce

Solution

tinyMCE.init({
    // ...
    cleanup : false,
    verify_html : false
});

Problem

How can I disable the automatic cleaning of HTML code in TinyMCE 4.x When I copy text from WORD, TinyMCE removes styles

Original source