ckeditor-youtube-plugin
ckeditor-youtube-plugin copied to clipboard
icon in a toolbar
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 :)
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' :) example: extraPlugins: 'Youtube,image2',