Fork me on GitHub
Eonza automation software - free, open source cross-platform program for easy creation and management of scripts.

How to add CKEditor HTML editor in place of the default one

By default, the information storage Eonza uses an HTML editor Redactor with a purchased OEM license. However, many CMS (content management systems) use other editors. CKEditor is one of the most common free HTML editor widely used on many websites. You can easily add and use this editor instead of Redactor. Simply add the following line to the system settings file conf.inc.php:

$conf['htmleditor'] = array( 'name'=> 'ckeditor', 'class' => 'ck-editor' ); 

The CKEditor editor must be installed to the ckeditor folder in the website root! After that, the HTML editor in record cards will look as follows: