File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
src/packages/rte/tiptap/property-editors/tiptap Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,8 @@ export const manifests: Array<ManifestPropertyEditorUi> = [
38
38
alias : 'maxImageSize' ,
39
39
label : 'Maximum size for inserted images' ,
40
40
description : 'Maximum width or height - enter 0 to disable resizing' ,
41
- propertyEditorUiAlias : 'Umb.PropertyEditorUi.Integer ' ,
41
+ propertyEditorUiAlias : 'Umb.PropertyEditorUI.TinyMCE.MaxImageSizeConfiguration ' ,
42
42
weight : 40 ,
43
- config : [ { alias : 'min' , value : 0 } ] ,
44
43
} ,
45
44
{
46
45
alias : 'overlaySize' ,
@@ -50,7 +49,10 @@ export const manifests: Array<ManifestPropertyEditorUi> = [
50
49
weight : 50 ,
51
50
} ,
52
51
] ,
53
- defaultData : [ { alias : 'overlaySize' , value : 'medium' } ] ,
52
+ defaultData : [
53
+ { alias : 'maxImageSize' , value : 500 } ,
54
+ { alias : 'overlaySize' , value : 'medium' } ,
55
+ ] ,
54
56
} ,
55
57
} ,
56
58
} ,
You can’t perform that action at this time.
0 commit comments