diff --git a/modulecheck/startWindow.json b/modulecheck/startWindow.json index 37a21115e6c4f66a30656905ae87039da5d803c5..c09848f57a3aa100e43f694d118a175318f8031c 100644 --- a/modulecheck/startWindow.json +++ b/modulecheck/startWindow.json @@ -13,7 +13,8 @@ "startWindowBrandingImage", "startWindowBackgroundColor", "startWindowBackgroundImage", - "startWindowBackgroundImageFit" + "startWindowBackgroundImageFit", + "startWindowType" ] }, "properties": { @@ -59,6 +60,16 @@ "None" ], "default": "Cover" + }, + "startWindowType": { + "description": "Indicates that whether to show the startup page. The value is the string", + "type": "string", + "enum": [ + "REQUIRED_SHOW", + "REQUIRED_HIDE", + "OPTIONAL_SHOW" + ], + "default": "REQUIRED_SHOW" } } } \ No newline at end of file