Class PlainJsonPropertyEditor
Represents a property editor for configuration-less JSON properties.
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
public class PlainJsonPropertyEditor : DataEditor, IDataEditor, IDiscoverable
Constructors
View SourcePlainJsonPropertyEditor(IDataValueEditorFactory)
Initializes a new instance of the PlainJsonPropertyEditor class.
Declaration
public PlainJsonPropertyEditor(IDataValueEditorFactory dataValueEditorFactory)
Parameters
Type | Name | Description |
---|---|---|
IDataValueEditorFactory | dataValueEditorFactory |