Click or drag to resize
CKEditorControlExtraPlugins Property
A list of additional plugins to be loaded. This setting makes it easier to add new plugins without having to touch plugins setting.

Namespace: CMS.CKEditor.Web.UI
Assembly: CMS.CKEditor.Web.UI (in CMS.CKEditor.Web.UI.dll) Version: 11.0.0
Syntax
C#
public ICollection<string> ExtraPlugins { get; }

Property Value

Type: ICollectionString
Remarks
Contains "CMSPlugins" as the first item by default.
See Also