Hello.
Sorry for my translation, I'm French.
I cannot remove the tags <p>of ckeditor.
This P tag breaks any my site layout
I have well edited the file but nothing to make you solutions
CKEDITOR.editorConfig = function (config) {}
\/ \/ Define changes to default configuration here. For example:
\/ \/ config.language = 'en';
\/ \/ config.uiColor = ' # AADC6E';
request replaces paragraphs by a return to the line
config.enterMode = CKEDITOR.ENTER_BR;
};
Thank you