View Source
Class NestedContentConfiguration
Represents the configuration for the nested content value editor.
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
public class NestedContentConfiguration
Properties
View Source
ConfirmDeletes
Declaration
[ConfigurationField("confirmDeletes", "Confirm Deletes", "boolean", Description = "Requires editor confirmation for delete actions.")]
public bool ConfirmDeletes { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
ContentTypes
Declaration
[ConfigurationField("contentTypes", "Element Types", "views/propertyeditors/nestedcontent/nestedcontent.doctypepicker.html", Description = "Select the Element Types to use as models for the items.")]
public NestedContentConfiguration.ContentType[] ContentTypes { get; set; }
Property Value
View Source
HideLabel
Declaration
[ConfigurationField("hideLabel", "Hide Label", "boolean", Description = "Hide the property label and let the item list span the full width of the editor window.")]
public bool HideLabel { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
MaxItems
Declaration
[ConfigurationField("maxItems", "Max Items", "number", Description = "Maximum number of items allowed.")]
public int? MaxItems { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
View Source
MinItems
Declaration
[ConfigurationField("minItems", "Min Items", "number", Description = "Minimum number of items allowed.")]
public int? MinItems { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
View Source
ShowIcons
Declaration
[ConfigurationField("showIcons", "Show Icons", "boolean", Description = "Show the Element Type icons.")]
public bool ShowIcons { get; set; }
Property Value
Type |
Description |
System.Boolean |
|