From 971f1b6489dca8723794f2485a6ab21dec1b3772 Mon Sep 17 00:00:00 2001 From: muhammedemrealpar Date: Sat, 7 Jun 2025 22:37:58 +0300 Subject: [PATCH] Add distributedDeviceTypes value Signed-off-by: muhammedemrealpar --- modulecheck/forms.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/modulecheck/forms.json b/modulecheck/forms.json index eae7abbc..4ff483e9 100644 --- a/modulecheck/forms.json +++ b/modulecheck/forms.json @@ -47,7 +47,8 @@ "renderingMode", "enableBlurBackground", "funInteractionParams", - "sceneAnimationParams" + "sceneAnimationParams", + "distributedDeviceTypes" ] }, "required": [ @@ -370,6 +371,22 @@ "maxLength": 255 } } + }, + "distributedDeviceTypes": { + "description": "This label indicates supported device types for distributed forms", + "type": "array", + "items": { + "type": "string", + "enum": [ + "default", + "phone", + "tablet", + "tv", + "wearable", + "car", + "2in1" + ] + } } } } -- Gitee