Index: branches/5.2.x/admin/system_presets/simple/inp_ckconfig.js =================================================================== diff -u -N -r15165 -r15325 --- branches/5.2.x/admin/system_presets/simple/inp_ckconfig.js (.../inp_ckconfig.js) (revision 15165) +++ branches/5.2.x/admin/system_presets/simple/inp_ckconfig.js (.../inp_ckconfig.js) (revision 15325) @@ -1,3 +1,17 @@ +/* +* Append here extra CSS rules that should be applied into the editing area. +* Example: +* config.extraCss = "body {color:#FF0000;}"; +*/ +CKEDITOR.config.extraCss = ""; + +/** +* CKEditor's editing area body ID & class. +* This setting can be used if CKEditor does not work well with your theme by default. +*/ +CKEDITOR.config.bodyClass = ''; +CKEDITOR.config.bodyId = ''; + // Preview //CKEDITOR.config.PreviewUrl = ''; //CKEDITOR.config.ContentId = '';