I want to install ckeditor with grocery crud. Can anyone please tell me how to install it in grocery CRUD. Please help :(
The current website text editor is TinyMCE but the problem with it that it has no image upload
I want to install ckeditor with grocery crud. Can anyone please tell me how to install it in grocery CRUD. Please help :(
The current website text editor is TinyMCE but the problem with it that it has no image upload
You can configure what editor to use in the file application/config/grocery_crud.php
//You can choose 'ckeditor','tinymce' or 'markitup'
$config['grocery_crud_default_text_editor'] = 'ckeditor';