0

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

Iman
  • 73
  • 3
  • 9

1 Answers1

0

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';