[solved] ckeditor toolbar options

edited September 2017 in Feature Requests
Hello,
to add more options in ckeditor toolbar default options I modified application\config\editors.php file.
and I added
array('Font','FontSize'),
array('Table'),
in $config['ckeditor']['default'] array.
And it worked perfectly.
Now what options will bring the all the options of ckeditor toolbar like Text Color, Background Color, spellchecker, alignment etc. ?
I have already added Full Package of ckeditor latest version (4.7) from this link https://ckeditor.com/download in my project.
Sign In or Register to comment.