Amended max height/width config labels
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user