Update TextboxPropertyEditor.cs
This commit is contained in:
committed by
GitHub
parent
d1b7063e44
commit
db51a5bb44
@@ -24,8 +24,8 @@ namespace Umbraco.Web.PropertyEditors
|
||||
|
||||
internal class TextboxPreValueEditor : PreValueEditor
|
||||
{
|
||||
[PreValueField("maxChars", "Maximum allowed characters", "textstringnumber", Description = "If empty - 500 character limit")]
|
||||
[PreValueField("maxChars", "Maximum allowed characters", "textstringlimited", Description = "If empty - 500 character limit")]
|
||||
public bool MaxChars { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user