View Source
  Class RichTextConfiguration.RichTextBlockConfiguration
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    [DataContract]
public class RichTextBlockConfiguration : IBlockConfiguration
   
  Properties
  
  
    View Source
  
  BackgroundColor
  
  
  Declaration
  
    [DataMember(Name = "backgroundColor")]
public string BackgroundColor { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  ContentElementTypeKey
  
  
  Declaration
  
    [DataMember(Name = "contentElementTypeKey")]
public Guid ContentElementTypeKey { get; set; }
   
  Property Value
  
  
    View Source
  
  DisplayInline
  
  
  Declaration
  
    [DataMember(Name = "displayInline")]
public bool DisplayInline { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    View Source
  
  EditorSize
  
  
  Declaration
  
    [DataMember(Name = "editorSize")]
public string EditorSize { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  ForceHideContentEditorInOverlay
  
  
  Declaration
  
    [DataMember(Name = "forceHideContentEditorInOverlay")]
public bool ForceHideContentEditorInOverlay { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    View Source
  
  IconColor
  
  
  Declaration
  
    [DataMember(Name = "iconColor")]
public string IconColor { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  Label
  
  
  Declaration
  
    [DataMember(Name = "label")]
public string Label { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  SettingsElementTypeKey
  
  
  Declaration
  
    [DataMember(Name = "settingsElementTypeKey")]
public Guid? SettingsElementTypeKey { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Nullable<Guid> |  | 
    
  
  
    View Source
  
  Stylesheet
  
  
  Declaration
  
    [DataMember(Name = "stylesheet")]
public string Stylesheet { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  Thumbnail
  
  
  Declaration
  
    [DataMember(Name = "thumbnail")]
public string Thumbnail { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  View
  
  
  Declaration
  
    [DataMember(Name = "view")]
public string View { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  |