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: 12.0.0
Syntax public ICollection<string> ExtraPlugins { get; }
Property Value
Type:
ICollectionStringRemarks Contains "CMSPlugins" as the first item by default.
See Also