Hi,
When I create a page in CMS, all the "data-target", "data-toggle", "aria-expanded".... attributes from Bootstrap are removed and not even saved in database.
Since I don't want to directly save my content in database, I wanted to know if there is a way to disable this annoying plugin that modify my HTML without asking me for permission. I believe its TinyMCE but not sure about it.
The tinyMCE js file is minified and I don't know how to configure it, and all the answers I have found about it are too old.
Thank you
Edit : It works by disabling "HTMLPurifier" libray in general settings of the shop, but does it disable it only for back-office or also in front office ?