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
Assembly: CMS.CKEditor (in CMS.CKEditor.dll) Version: 8.2.23
Syntax
C#
public ICollection<string> ExtraPlugins { get; }

Property Value

Type: ICollectionString
See Also