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.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 12.0.0
Syntax public ICollection<string> RemovePlugins { get; }
Property Value
Type:
ICollectionStringSee Also