From db51a5bb44512e72ceb065affd3a3cdc9f4a9ce4 Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Mon, 6 Nov 2017 17:02:34 +0100 Subject: [PATCH] Update TextboxPropertyEditor.cs --- src/Umbraco.Web/PropertyEditors/TextboxPropertyEditor.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Umbraco.Web/PropertyEditors/TextboxPropertyEditor.cs b/src/Umbraco.Web/PropertyEditors/TextboxPropertyEditor.cs index d36e7a5ad5..72748c17ed 100644 --- a/src/Umbraco.Web/PropertyEditors/TextboxPropertyEditor.cs +++ b/src/Umbraco.Web/PropertyEditors/TextboxPropertyEditor.cs @@ -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; } } } -} \ No newline at end of file +}