stop default encoding in cke savings

else searching terms will/may not match

References #249 and #236
This commit is contained in:
Ian 2014-12-19 15:51:06 +01:00
parent f0ade5eda0
commit 0dc26512a3

View File

@ -86,13 +86,12 @@ CKEDITOR.editorConfig = function( config ) {
// You can always use SHIFT+ENTER to set a br in the P-mode default option or change the SHIFT-mode to something else
//config.shiftEnterMode = CKEDITOR.ENTER_BR;
// Better learn to do this via keyboard commands, see cheatsheet toolbar button.
// Whether to use HTML entities in the output.
//config.entities = false; // defaults(true)
//config.htmlEncodeOutput = false; // defaults(true)
*/
// Whether to use HTML entities in the output. Let strictly S9y handle this, since we need it for search terms! Storing html entities to db is not good here!
config.entities = false; // defaults(true)
config.htmlEncodeOutput = false; // defaults(true)
/** SECTION: UI configurations
config.uiColor = 'transparent'; // standard, but better disable config.uiColor at all