Amended max height/width config labels

This commit is contained in:
leekelleher
2024-09-30 10:23:44 +01:00
parent ae45f57f95
commit 04ad91cd6c

View File

@@ -29,15 +29,15 @@ export const manifests: Array<ManifestPropertyEditorUi> = [
},
{
alias: 'maxWidth',
label: 'MaxWidth',
description: 'Editor max width',
label: 'Maximum width',
description: 'Editor maximum width',
propertyEditorUiAlias: 'Umb.PropertyEditorUi.Integer',
weight: 20,
},
{
alias: 'maxHeight',
label: 'MaxHeight',
description: 'Editor max height',
label: 'Maximum height',
description: 'Editor maximum height',
propertyEditorUiAlias: 'Umb.PropertyEditorUi.Integer',
weight: 30,
},