CKEditor still stripping off html

Is there a setting to disable the internal modifications of the HTML completely?



I’m running mautic 1.2.2, in the Landing page HTML editor, portions of the code are being stripped off…

HTML is created elsewhere, and when copied over mautic seems to impose rules to clear.

Any help is appreciated… following is what I noticed, there’s more behind the scenes changes:



Removing and


BEFORE:





Service Name


Lorem ipsum dolor sit amet, consectetur adipisicing elit.


Learn More

AFTER:

Service Name


Lorem ipsum dolor sit amet, consectetur adipisicing elit.


Learn More


Removing onclick
BEFORE: Home
AFTER: Home

Thanks,

Is there a setting to disable the internal modifications of the HTML completely?

I’m running mautic 1.2.2, in the Landing page HTML editor, portions of the code are being stripped off…
HTML is created elsewhere, and when copied over mautic seems to impose rules to clear.
Any help is appreciated… following is what I noticed, there’s more behind the scenes changes:

Removing and

BEFORE:






Service Name


Lorem ipsum dolor sit amet, consectetur adipisicing elit.


Learn More

AFTER:

Service Name

Lorem ipsum dolor sit amet, consectetur adipisicing elit.

Learn More

Removing onclick

BEFORE: <a href="#top" onclick = $("#menu-close").click(); >Home
AFTER: Home

Thanks,

Any feedback? Is there way to disable html stripping off, or any other solution? Why is this necessary, it’s holding back my work, please help…