View Source
  Class BlockListConfiguration
  
  The configuration object for the Block List editor
 
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public class BlockListConfiguration
   
  Properties
  
  
    View Source
  
  Blocks
  
  
  Declaration
  
    public BlockListConfiguration.BlockConfiguration[] Blocks { get; set; }
   
  Property Value
  
  
    View Source
  
  MaxPropertyWidth
  
  
  Declaration
  
    public string MaxPropertyWidth { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
    View Source
  
  UseInlineEditingAsDefault
  
  
  Declaration
  
    public bool UseInlineEditingAsDefault { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
    View Source
  
  UseLiveEditing
  
  
  Declaration
  
    public bool UseLiveEditing { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
    View Source
  
  UseSingleBlockMode
  
  
  Declaration
  
    public bool UseSingleBlockMode { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
    View Source
  
  ValidationLimit
  
  
  Declaration
  
    public BlockListConfiguration.NumberRange ValidationLimit { get; set; }
   
  Property Value