Hi
I want to customize this WYSIWYG Editor/ckeditor. Like i want to hide Link and Unlink buttons **{ name: 'links', items: [ 'Link', 'Unlink' ] },**.
i can check ckeditor/config.js file is not loading during startup. Please help how to customize buttons.
Means how to manage(add new or remove) Toolbar buttons of WYSIWYG Editor/ckeditor.
I am using WYSIWYG Editor v1.1.1 by Question2Answer and question2answer script version 1.7.1.
Thank you