ckeditor-youtube-plugin icon indicating copy to clipboard operation
ckeditor-youtube-plugin copied to clipboard

icon in a toolbar

Open andrew-vogulkin121231 opened this issue 7 years ago • 5 comments

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 :)

andrew-vogulkin121231 avatar Dec 20 '17 11:12 andrew-vogulkin121231

Really strange, it should work in lower case.

fonini avatar Dec 20 '17 15:12 fonini

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-vogulkin121231 avatar Dec 20 '17 15:12 andrew-vogulkin121231

image

andrew-vogulkin121231 avatar Dec 20 '17 16:12 andrew-vogulkin121231

@andrew-vogulkin Do you find any solution for your issue !!

ahmed-bhs avatar Mar 21 '18 14:03 ahmed-bhs

@ahmed-bhs yeah, just use 'Youtube' in a config not 'youtube' :) example: extraPlugins: 'Youtube,image2',

andrew-vogulkin121231 avatar Mar 21 '18 14:03 andrew-vogulkin121231