View Source
Class GridConfiguration
Represents the configuration for the grid value editor.
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
public class GridConfiguration
Properties
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
Items
Declaration
[ConfigurationField("items", "Grid", "views/propertyeditors/grid/grid.prevalues.html", Description = "Grid configuration")]
public JObject Items { get; set; }
Property Value
View Source
Declaration
[ConfigurationField("mediaParentId", "Image Upload Folder", "MediaFolderPicker", Description = "Choose the upload location of pasted images")]
public GuidUdi MediaParentId { get; set; }
Property Value
View Source
Rte
Declaration
[ConfigurationField("rte", "Rich text editor", "views/propertyeditors/rte/rte.prevalues.html", Description = "Rich text editor configuration", HideLabel = true)]
public JObject Rte { get; set; }
Property Value