We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8ef74d commit 1a2f827Copy full SHA for 1a2f827
src/packages/rte/tiptap/property-editors/tiptap/manifests.ts
@@ -29,15 +29,15 @@ export const manifests: Array<ManifestPropertyEditorUi> = [
29
},
30
{
31
alias: 'maxWidth',
32
- label: 'MaxWidth',
33
- description: 'Editor max width',
+ label: 'Maximum width',
+ description: 'Editor maximum width',
34
propertyEditorUiAlias: 'Umb.PropertyEditorUi.Integer',
35
weight: 20,
36
37
38
alias: 'maxHeight',
39
- label: 'MaxHeight',
40
- description: 'Editor max height',
+ label: 'Maximum height',
+ description: 'Editor maximum height',
41
42
weight: 30,
43
0 commit comments