Class SystemWidgetIds
Represents the id of all widgets available by default in the Contentful web app.
Inheritance
System.Object
SystemWidgetIds
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:Contentful.Core.Models.Management
Assembly:cs.temp.dll.dll
Syntax
public class SystemWidgetIds
Fields
AssetGalleryEditor
Editor for an asset gallery.
Declaration
public const string AssetGalleryEditor = "assetGalleryEditor"
Field Value
| Type | Description |
|---|---|
| System.String |
AssetLinkEditor
Editor for a single asset.
Declaration
public const string AssetLinkEditor = "assetLinkEditor"
Field Value
| Type | Description |
|---|---|
| System.String |
AssetMultipleLinksEditor
Editor for multiple assets.
Declaration
public const string AssetMultipleLinksEditor = "assetLinksEditor"
Field Value
| Type | Description |
|---|---|
| System.String |
Boolean
Boolean editor.
Declaration
public const string Boolean = "boolean"
Field Value
| Type | Description |
|---|---|
| System.String |
Checkbox
Editor for a checkbox.
Declaration
public const string Checkbox = "checkbox"
Field Value
| Type | Description |
|---|---|
| System.String |
DatePicker
Datepicker.
Declaration
public const string DatePicker = "datePicker"
Field Value
| Type | Description |
|---|---|
| System.String |
Dropdown
Dropdown for a number of values.
Declaration
public const string Dropdown = "dropdown"
Field Value
| Type | Description |
|---|---|
| System.String |
EntryCardEditor
Editor for a single entry card.
Declaration
public const string EntryCardEditor = "entryCardEditor"
Field Value
| Type | Description |
|---|---|
| System.String |
EntryLinkEditor
Editor for a single entry.
Declaration
public const string EntryLinkEditor = "entryLinkEditor"
Field Value
| Type | Description |
|---|---|
| System.String |
EntryMultipleCardsEditor
Editor for multiple entry cards.
Declaration
public const string EntryMultipleCardsEditor = "entryCardsEditor"
Field Value
| Type | Description |
|---|---|
| System.String |
EntryMultipleLinksEditor
Editor for multiple entries.
Declaration
public const string EntryMultipleLinksEditor = "entryLinksEditor"
Field Value
| Type | Description |
|---|---|
| System.String |
KalturaEditor
Editor for a Kaltura integration.
Declaration
public const string KalturaEditor = "kalturaEditor"
Field Value
| Type | Description |
|---|---|
| System.String |
KalturaMultiVideoEditor
Editor for multiple kaltura videos.
Declaration
public const string KalturaMultiVideoEditor = "kalturaMultiVideoEditor"
Field Value
| Type | Description |
|---|---|
| System.String |
ListInput
Editor for a list.
Declaration
public const string ListInput = "listInput"
Field Value
| Type | Description |
|---|---|
| System.String |
LocationEditor
Editor for a location.
Declaration
public const string LocationEditor = "locationEditor"
Field Value
| Type | Description |
|---|---|
| System.String |
Markdown
Markdown editor.
Declaration
public const string Markdown = "markdown"
Field Value
| Type | Description |
|---|---|
| System.String |
MultipleLine
Multiline editor.
Declaration
public const string MultipleLine = "multipleLine"
Field Value
| Type | Description |
|---|---|
| System.String |
NumberEditor
Number editor.
Declaration
public const string NumberEditor = "numberEditor"
Field Value
| Type | Description |
|---|---|
| System.String |
ObjectEditor
Editor for a json object.
Declaration
public const string ObjectEditor = "objectEditor"
Field Value
| Type | Description |
|---|---|
| System.String |
OoyalaEditor
Editor for an ooyala integration.
Declaration
public const string OoyalaEditor = "ooyalaEditor"
Field Value
| Type | Description |
|---|---|
| System.String |
Radio
Radiobuttons for a number of values.
Declaration
public const string Radio = "radio"
Field Value
| Type | Description |
|---|---|
| System.String |
Rating
Editor for a rating.
Declaration
public const string Rating = "rating"
Field Value
| Type | Description |
|---|---|
| System.String |
SingleLine
Single line textbox.
Declaration
public const string SingleLine = "singleLine"
Field Value
| Type | Description |
|---|---|
| System.String |
SlugEditor
Editor for a slug.
Declaration
public const string SlugEditor = "slugEditor"
Field Value
| Type | Description |
|---|---|
| System.String |
TagEditor
Editor for tags.
Declaration
public const string TagEditor = "tagEditor"
Field Value
| Type | Description |
|---|---|
| System.String |
UrlEditor
Editor for a url.
Declaration
public const string UrlEditor = "urlEditor"
Field Value
| Type | Description |
|---|---|
| System.String |