Update 'default value' title + description of CheckBox Configuration (#8421)
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Umbraco.Web.PropertyEditors
|
||||
/// </summary>
|
||||
public class TrueFalseConfiguration
|
||||
{
|
||||
[ConfigurationField("default", "Default Value", "boolean")]
|
||||
[ConfigurationField("default","Initial State", "boolean",Description = "The initial state for this checkbox, when it is displayed for the first time in the backoffice, eg. for a new content item.")]
|
||||
public string Default { get; set; } // TODO: well, true or false?!
|
||||
|
||||
[ConfigurationField("labelOn", "Write a label text", "textstring")]
|
||||
|
||||
Reference in New Issue
Block a user