Image Cropper Modal full width

This commit is contained in:
leekelleher
2024-05-24 14:47:18 +01:00
parent 2477c87174
commit 157f1a49a8

View File

@@ -23,6 +23,6 @@ export const UMB_IMAGE_CROPPER_EDITOR_MODAL = new UmbModalToken<
>('Umb.Modal.ImageCropperEditor', {
modal: {
type: 'sidebar',
size: 'large',
size: 'full',
},
});