Search code examples
tinymcedjango-tinymce

Tiny MCE Default Content


I want to load TinyMCe with default content as below when loaded .

<html>
<body>
</body>
</html>

I have set cleanup : false . Still it wraps html with <p></p> and removes my code .

Any solution to this ?


Solution

  • Got it solved . Just had to enable full html plugin.