Good morning
I have an issue with the CKeditor html editor converting/stripping <div> to <p> when the update is saved.
I have tried editing the config.js file by adding both
config.extraAllowedContent= 'div(*)'; and config.allowedContent= true;
I have added these to the below files but it makes no difference so am unsure which file I am missing for the changes to be effective?
.wire-3.0.180\modules\Inputfield\InputfieldCKEditor\ckeditor-4.16.0\config.js
site\modules\AdminOnSteroids\CKE\config.js
site\modules\AdminOnSteroids\CKE\sample-cke.js
site\modules\InputfieldCKEditor\config-body.js
site\modules\InputfieldCKEditor\config.js
Thanks for any help
Pen