Opened 11 years ago

Closed 11 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?

Change History (1)

comment:1 Changed 11 years ago by Jakub Ś

Resolution: invalid
Status: newclosed

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

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy