Update TextboxPropertyEditor.cs

This commit is contained in:
Sebastiaan Janssen
2017-11-06 17:02:34 +01:00
committed by GitHub
parent d1b7063e44
commit db51a5bb44

View File

@@ -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; }
}
}
}
}