| 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.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic ICollection<string> ExtraPlugins { get; }Property Value
Type: 
ICollectionString Remarks
RemarksContains "CMSPlugins" as the first item by default.
 See Also
See Also