Class Constants.PropertyEditors.Groups
Defines Umbraco's built-in property editor groups.
Inheritance
object
Namespace: Umbraco.Cms.Core
Assembly: Umbraco.Core.dll
Syntax
public static class Constants.PropertyEditors.Groups
Fields
View SourceCommon
The Common property editor group.
Declaration
public const string Common = "Common"
Field Value
| Type | Description |
|---|---|
| string |
Lists
The Lists property editor group.
Declaration
public const string Lists = "Lists"
Field Value
| Type | Description |
|---|---|
| string |
Media
The Media property editor group.
Declaration
public const string Media = "Media"
Field Value
| Type | Description |
|---|---|
| string |
People
The People property editor group.
Declaration
public const string People = "People"
Field Value
| Type | Description |
|---|---|
| string |
Pickers
The Pickers property editor group.
Declaration
public const string Pickers = "Pickers"
Field Value
| Type | Description |
|---|---|
| string |
RichContent
The Rich Content property editor group.
Declaration
public const string RichContent = "Rich Content"
Field Value
| Type | Description |
|---|---|
| string |