View Source
Class BlockListPropertyEditor
Represents a block list property editor.
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
[DataEditor("Umbraco.BlockList", "Block List", "blocklist", ValueType = "JSON", Group = "Lists", Icon = "icon-thumbnail-list")]
public class BlockListPropertyEditor : BlockEditorPropertyEditor, IDataEditor, IDiscoverable
Constructors
View Source
BlockListPropertyEditor(ILogger, Lazy<PropertyEditorCollection>, IDataTypeService, IContentTypeService, ILocalizedTextService)
Declaration
public BlockListPropertyEditor(ILogger logger, Lazy<PropertyEditorCollection> propertyEditors, IDataTypeService dataTypeService, IContentTypeService contentTypeService, ILocalizedTextService localizedTextService)
Parameters
Methods
View Source
CreateConfigurationEditor()
Declaration
protected override IConfigurationEditor CreateConfigurationEditor()
Returns