This may be a simple question but I am wondering if there is a way to use the full ckeditor toolbar. Or configure it to use the options I want? Any pointers would be helpful.
You can change the $config['ck_editor_settings'] settings in fuel/application/config/MY_fuel.php. That gets converted to a JSON array that is used for the CKEditor config.
Comments