From 74de7175a7e2eb9dd542cf363d747d459bb2d4eb Mon Sep 17 00:00:00 2001 From: muhammedemrealpar Date: Thu, 29 May 2025 23:54:05 +0300 Subject: [PATCH 1/2] Add distributedDeviceTypes to forms.json --- modulecheck/forms.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/modulecheck/forms.json b/modulecheck/forms.json index eae7abbc..7bed1647 100644 --- a/modulecheck/forms.json +++ b/modulecheck/forms.json @@ -370,6 +370,22 @@ "maxLength": 255 } } + }, + "distributedDeviceTypes": { + "description": "This label indicates supported device type for distributed forms", + "type": "array", + "items": { + "type": "string", + "enum": [ + "default", + "phone", + "tablet", + "tv", + "wearable", + "car", + "2in1" + ] + } } } } -- Gitee From 0709d7d8d267f9351e736b371e8bf97b69d74d39 Mon Sep 17 00:00:00 2001 From: muhammedemrealpar Date: Fri, 30 May 2025 09:45:14 +0300 Subject: [PATCH 2/2] add distributeddevicetype to items --- modulecheck/forms.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modulecheck/forms.json b/modulecheck/forms.json index 7bed1647..350f591e 100644 --- a/modulecheck/forms.json +++ b/modulecheck/forms.json @@ -47,7 +47,8 @@ "renderingMode", "enableBlurBackground", "funInteractionParams", - "sceneAnimationParams" + "sceneAnimationParams", + "distributedDeviceTypes" ] }, "required": [ -- Gitee