Class ColorPickerConfiguration
Represents the configuration for the color picker value editor.
Namespace: Umbraco.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
public class ColorPickerConfiguration : ValueListConfiguration
Properties
View SourceUseLabel
Declaration
[ConfigurationField("useLabel", "Include labels?", "boolean", Description = "Stores colors as a Json object containing both the color hex string and label, rather than just the hex string.")]
public bool UseLabel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |