vedatis Posted April 5, 2016 Share Posted April 5, 2016 Hello, While it is very easy to add a CKEditor plugin or a custom button in the ACP, I couldn't find how to remove a specific plugin or button (without removing everything by restoring the default configuration). Is there a way to do that? Thanks, Link to comment Share on other sites More sharing options...
Nathan Explosion Posted April 5, 2016 Share Posted April 5, 2016 You can't, easily - it's either all or nothing. If you really wanted and are comfortable doing so and will take backups and revert your change without asking for further support and have already removed the plugin button from the toolbars and you know what you are doing then you could delve in to the database to locate where they store the list of added plugins (it's in the sys_conf_settings table, with a conf_key of 'ckeditor_extraPlugins) and then remove the plugin's name from in there. Once that is done then you can remove the plugin folder from the ckeditor file location, if you wanted. Link to comment Share on other sites More sharing options...
vedatis Posted April 6, 2016 Author Share Posted April 6, 2016 Thank you, Nathan. I guess I'll make a command-line ruby script to allow me to remove the plugin of my choice. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.