-
Notifications
You must be signed in to change notification settings - Fork 62
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
icon in a toolbar #62
Comments
Really strange, it should work in lower case. |
yeah for me, now it looking like
toolbar: [
{
items: [
'Format', 'Bold', 'Italic', 'BulletedList', 'NumberedList',
'Blockquote', 'JustifyLeft',
'JustifyCenter', 'JustifyRight', 'Link', 'Unlink', 'PageBreak',
'Table', 'Image', 'Source', 'Youtube', 'CodeSnippet'
]
},
],
extraPlugins: 'youtube,image2,imagebrowser,codesnippet',
|
@andrew-vogulkin Do you find any solution for your issue !! |
@ahmed-bhs yeah, just use 'Youtube' in a config not 'youtube' :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a problem to see icon in the toolbar while i not add "Youtube" into config.toolbar.items
for the first time i add "youtube" and ckeditor engine didnt find it in a ui.buttons because he is case sensitive. can u add it in readme pls :)
The text was updated successfully, but these errors were encountered: