Defines what colors should be available for the editors
Namespace:
EPiServer.ConfigurationAssembly: EPiServer.Configuration (in EPiServer.Configuration.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
[ConfigurationPropertyAttribute("uiEditorColors", DefaultValue = "", IsRequired = false)] [StringValidatorAttribute(InvalidCharacters = "~!@#$%^&*()[]{}/;'"|\", MinLength = , MaxLength = )] [ManagerTabAttribute(ManagerTab.Editor)] public string UIEditorColors { get; set; } |