diff --git a/modulecheck/forms.json b/modulecheck/forms.json index 827f3a50b2be292d8e01ccc3ef10db74139b419a..15e10a003cfa81127d87a29a578fdda2f3e3ca96 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",