Is it possible to add a configuration option where I can turn off all of the html sanitization / stripping, etc?
We have some different requirements and extensions in ours. In some cases we have javascript in a template or we write our own markup in a template. I would rather have events made easy not mess with it at all.
For example, if I have a p tag, just leave it alone. If I wanted a br tag, I would have put in a br tag.
I would just like to save content and know that what I entered is what is saved.
I understand this is not everyone’s requirement, but it seems like it wouldn’t cause anyone any issues if it were a flag/configuration I could toggle.