ckeditor full toolbar config code example
Example 1: ckeditor toolbar configuration
try this:
https://ckeditor.com/latest/samples/toolbarconfigurator/index.html#basic
Example 2: ckeditor config
CKEDITOR.replace('editor1',{
language: 'fr',
height = '300'
});