We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No button in toolbar after installation. Custom toolbar and Default toolbar.
The text was updated successfully, but these errors were encountered:
Hi.
I'm not in ckeditor API, but I found out that I need to add the following code in order to show the button on ckeditor cdn 4.7.3 under drupal module:
In plugin.js after this line: var lang = editor.lang.collapsibleItem;
editor.ui.addButton('collapsibleItem', { label: lang.buttonTitle, command: 'collapsibleItem', icon: this.path + 'icons/collapsibleitem.png' });
sorry if this is not the way to do it, but here is the solution i found for my problem.
Sorry, something went wrong.
No branches or pull requests
No button in toolbar after installation.
Custom toolbar and Default toolbar.
The text was updated successfully, but these errors were encountered: