Full CKeditor

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.

Thanks.

Comments

  • edited 5:32AM
    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.
  • edited 5:32AM
    Thanks!
  • edited 5:32AM
    And in case it's not obvious, you can also add 'skin' => 'your_skin_name' to add skins etc in that array as well...
Sign In or Register to comment.