Click or drag to resize
CKEditorControlRemovePlugins Property
List of plugins that must not be loaded. This is a tool setting which makes it easier to avoid loading plugins defined in the CKEDITOR.config.plugins setting, without having to touch it and potentially breaking it.

Namespace: CMS.CKEditor
Assembly: CMS.CKEditor (in CMS.CKEditor.dll) Version: 8.2.23
Syntax
C#
public ICollection<string> RemovePlugins { get; }

Property Value

Type: ICollectionString
See Also