From 0f8353687e414e1bc53fec1458424a6d4f3c1b38 Mon Sep 17 00:00:00 2001 From: Dave Strong <42900103+dstrong23@users.noreply.github.com> Date: Tue, 21 Apr 2026 18:43:57 -0700 Subject: [PATCH] fix(MWPW-190444): remove 512x512 minimum dimension restriction for Firefly uploads --- unitylibs/core/workflow/workflow-upload/target-config.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/unitylibs/core/workflow/workflow-upload/target-config.json b/unitylibs/core/workflow/workflow-upload/target-config.json index 0648b0df..d8219f20 100644 --- a/unitylibs/core/workflow/workflow-upload/target-config.json +++ b/unitylibs/core/workflow/workflow-upload/target-config.json @@ -24,9 +24,7 @@ }, "limits-firefly": { "allowedFileTypes": ["image/jpeg", "image/png", "image/jpg", "image/webp"], - "maxFileSize": 100000000, - "minHeight": 512, - "minWidth": 512 + "maxFileSize": 100000000 }, "showSplashScreen": true, "splashScreenConfig": {