Opened 12 years ago
Closed 12 years ago
#10700 closed Bug (invalid)
config.removePlugins cannot disable liststyle?
| Reported by: | John Pitcairn | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | 4.2 |
| Keywords: | Cc: |
Description
In my custom config.js I have added:
CKEDITOR.config.removePlugins = 'liststyle';
Yet the contextual menu item and dialog are still available. Should it be possible to disable the liststyle plugin?

In config.js please use
config.removePlugins = 'liststyle';and refresh your cache just in case.