Installing CKEditor via Composer
Closed this issue · 1 comments
As the title suggests, I have installed ckeditor/ckeditor via composer. However the vast majority of buttons are simply missing and cannot be configured/turned on.
I have been to this page:
https://docs.ckeditor.com/ckeditor4/latest/guide/dev_package_managers.html
As I result I have manually modified the composer.json require so it looks like this and updated.
"ckeditor/ckeditor": "dev-full/4.10.x",
I have also tried
"ckeditor/ckeditor": "dev-full/stable",
No matter what I do I cannot get more than a couple of buttons, even when I turn them all on. For example, no Bold or Italic.
The toolbar config looks like this:
config.toolbar = [ [ 'Bold', 'Italic', 'Underline', '-', 'TextColor', 'BGColor', '-', 'RemoveFormat', '-', 'Cut', 'Copy', 'Paste', 'PasteText', 'PasteFromWord', '-', 'Undo', 'Redo', '-', 'Link', 'Unlink', '-', 'Source' ] ];
What am I missing to get this working?
Murray.
I'm sorry but this is a place for reporting CKEditor bugs and not place for seeking advice or support.
If you have CKEditor license, please contact our support team. You also can ask your implementation questions at Stack Overflow.