typo
Brought to you by:
latruwski
just download the .rar, tehere a typo in plugin.js:
editor.ui.addButton('Youtube',{label:edit... does not work, it should be:
editor.ui.addButton('youtube',{label:edit...
or: editor.ui.addButton(commandName,{label:edit...
thanks for the plugin btw, very nice example for learning how to do a clean ckeditor plugin
Thanks for the feedback. It has been a while since i had time to check into my project. I'll work my way trough the few tickets while I'm back and see if i can do more of these projects :)
Your feedback is appreciated!
Kind regards,
Roderik Latruwe