Hi,
I follow the lesson "Simple Plugin" from the Developer's Guide (CKEditor 4 Plugin SDK). I have downloaded and installed "abbr" folder from the site, but the button did not appear in the toolbar.
I did not forget to add:
config.allowedContent = true;
config.extraPlugins = 'abbr';
into config.js file.
Please help what is my mistake.
Did you clear cache of your
Did you clear cache of your browser ? I had same issue and clear cache fixed it :)
Dear SNoof,
Dear SNoof,
Thank You very much. Yes, I did. I think I made another mistake: I added
into config.js file. I need to add abbr into index.php file:
I do not understand the details of my mistake.