Click or drag to resize
CKEditorControlIgnoreEmptyParagraph Property
Whether the editor must output an empty value (empty string) if it's contents is made by an empty paragraph only. Default value: true

Namespace: CMS.CKEditor
Assembly: CMS.CKEditor (in CMS.CKEditor.dll) Version: 8.2.23
Syntax
C#
public bool IgnoreEmptyParagraph { get; set; }

Property Value

Type: Boolean
See Also