View Source
Class MarkdownConfiguration
Represents the configuration for the markdown value editor.
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
public class MarkdownConfiguration
Properties
View Source
DefaultValue
Declaration
[ConfigurationField("defaultValue", "Default value", "textarea", Description = "If value is blank, the editor will show this")]
public string DefaultValue { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
DisplayLivePreview
Declaration
[ConfigurationField("preview", "Preview", "boolean", Description = "Display a live preview")]
public bool DisplayLivePreview { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
OverlaySize
Declaration
[ConfigurationField("overlaySize", "Overlay Size", "overlaysize", Description = "Select the width of the overlay (link picker).")]
public string OverlaySize { get; set; }
Property Value
Type |
Description |
System.String |
|