View Source
Class RichTextConfiguration
Represents the configuration for the rich text value editor.
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
public class RichTextConfiguration
Properties
View Source
Editor
Declaration
[ConfigurationField("editor", "Editor", "views/propertyeditors/rte/rte.prevalues.html", HideLabel = true)]
public JObject Editor { get; set; }
Property Value
View Source
HideLabel
Declaration
[ConfigurationField("hideLabel", "Hide Label", "boolean")]
public bool HideLabel { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
IgnoreUserStartNodes
Declaration
[ConfigurationField("ignoreUserStartNodes", "Ignore User Start Nodes", "boolean", Description = "Selecting this option allows a user to choose nodes that they normally don't have access to.")]
public bool IgnoreUserStartNodes { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
MediaParentId
Declaration
[ConfigurationField("mediaParentId", "Image Upload Folder", "MediaFolderPicker", Description = "Choose the upload location of pasted images")]
public GuidUdi MediaParentId { get; set; }
Property Value
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 |
|