How to Disable Resize in CKEditor and Change Language to English in php? -
I want to disable ckeditor in PHP and its default language in English changes.
I load the ckeditor in php below:
Try this:
$ config ['language'] = 'en'; $ Config ['removePlugins'] = 'resize'; // Change the image size $ config ['resize_enabled'] = Wrong; Start the CKeditor like: // deny size and like:
$ CKeditor-> editor ("editor1", "', $ config);
Comments
Post a Comment