stop default encoding in cke savings
else searching terms will/may not match References #249 and #236
This commit is contained in:
@ -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
|
// 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;
|
//config.shiftEnterMode = CKEDITOR.ENTER_BR;
|
||||||
// Better learn to do this via keyboard commands, see cheatsheet toolbar button.
|
// 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
|
/** SECTION: UI configurations
|
||||||
config.uiColor = 'transparent'; // standard, but better disable config.uiColor at all
|
config.uiColor = 'transparent'; // standard, but better disable config.uiColor at all
|
||||||
|
Reference in New Issue
Block a user