-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
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
Customize CKEditor's toolbar #5130
Comments
Also, don't forget that toolbar should only become visible when the HTML Area gets focused. |
Sure |
ashklianko
added a commit
that referenced
this issue
Aug 10, 2017
-Sticky toolbar, custom config, hiding toolbar on blur etc. -'Pre' (wrapping with <pre> tag) is done via formatting dropdown menu option 'Fomatted' -'Code' wrapping does not seem to work?
alansemenov
added a commit
that referenced
this issue
Aug 17, 2017
Customize CKEditor's toolbar #5130
@ashklianko
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Customize the default configuration of the toolbar so that we have the same set of tools as we do now. Implement support for custom configuration via HTML Area schema.
http://docs.ckeditor.com/#!/guide/dev_toolbar
The text was updated successfully, but these errors were encountered: