Closed subdesign closed 9 years ago
You can add an info if someone use custom toolbar configuration, he has to add 'Youtube' into the config array, because by default the icon doesn't appear in the toolbar. Eg.:
config.toolbar = [ ... { name: 'others', items: [ 'Youtube' ] }, ];
+1 for adding this to your setup guide as this was a crucial part of getting your plugin to work for me.
You can add an info if someone use custom toolbar configuration, he has to add 'Youtube' into the config array, because by default the icon doesn't appear in the toolbar. Eg.: