Update 'default value' title + description of CheckBox Configuration (#8421)

This commit is contained in:
Marc Goodson
2020-07-14 12:24:21 +01:00
committed by GitHub
parent 6b5e19fcf2
commit fbd2a30606

View File

@@ -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")]