From ee9570d3b91e5ce567596b5e8843f7f85dc61b86 Mon Sep 17 00:00:00 2001 From: openharmony_ci <120357966@qq.com> Date: Tue, 17 Oct 2023 06:53:25 +0000 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80=20'Pull=20Request=20!629=20:?= =?UTF-8?q?=20=E3=80=90=E5=8D=A1=E7=89=87=E3=80=91form=5Fconfig.json?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=80=8F=E6=98=8E=E5=8D=A1=E7=89=87=E5=AD=97?= =?UTF-8?q?=E6=AE=B5'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modulecheck/forms.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/modulecheck/forms.json b/modulecheck/forms.json index 827f3a50..15e10a00 100644 --- a/modulecheck/forms.json +++ b/modulecheck/forms.json @@ -25,7 +25,6 @@ "src", "uiSyntax", "isDynamic", - "transparencyEnabled", "window", "colorMode", "formConfigAbility", @@ -60,9 +59,6 @@ "properties": { "isDynamic": { "const": true - }, - "transparencyEnabled": { - "const": false } } } @@ -198,11 +194,6 @@ "type": "boolean", "default": true }, - "transparencyEnabled": { - "description": "This tag identifies whether the form can be set as a transparent background", - "type": "boolean", - "default": false - }, "window": { "description": "Defines window-related configurations. This attribute is not supported by devices running the OHOS.", "type": "object", -- Gitee