diff --git a/src/Umbraco.Web.UI.Client/src/packages/property-editors/text-box/Umbraco.TextBox.ts b/src/Umbraco.Web.UI.Client/src/packages/property-editors/text-box/Umbraco.TextBox.ts index c67d1a6cf2b1..66766ff4f45c 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/property-editors/text-box/Umbraco.TextBox.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/property-editors/text-box/Umbraco.TextBox.ts @@ -11,8 +11,12 @@ export const manifest: ManifestPropertyEditorSchema = { { alias: 'maxChars', label: 'Maximum allowed characters', - description: 'If empty, 512 character limit', propertyEditorUiAlias: 'Umb.PropertyEditorUi.Integer', + config: [ + { alias: 'min', value: 1 }, + { alias: 'max', value: 512 }, + { alias: 'placeholder', value: '512' }, + ], }, ], defaultData: [