It looks like you're new here. If you want to get involved, click one of these buttons!
I was hoping to get some help with getting CKEditor to be the default editor inside Fuel that I would use to create pages. I've read through a bunch of the posts on the forum here, but I'm still not sure if they are relating to what I am looking for. My client is looking for a WYSIWYG editor to create pages inside FuelCMS as they are uncomfortable with HTML. Is there a step by step process that would allow the editor to change to CKEditor? Appreciate the help!
Comments
I am also using FuelCMS V3.0, if that makes a difference.
Did you mean FUEL 1.4.3? Did you see this documentation?
http://docs.getfuelcms.com/general/forms#wysiwyg
There is also a configuration parameter of "text_editor" in which you could change to "ckeditor":
http://docs.getfuelcms.com/installation/configuration
Sorry that was a typo. I am using v1.3.
Yes I have seen both of those documents, I just want to make sure that making these changes will create the WYSIWYIG editor within the fuel backend to create pages.
It looks like the following would be the correct change to use in the config file:
$fields['wysiwyg_example2'] = array('type' => 'wysiwyg', 'editor' => 'wysiwyg'); //ckeditor
yes