diff --git a/modulecheck/module.json b/modulecheck/module.json index 69a1bcd77e978effcd51a773a2e51a59c87ca8ef..15aac2c975427164072185d9138b038c6fabc890 100644 --- a/modulecheck/module.json +++ b/modulecheck/module.json @@ -133,7 +133,8 @@ "proxyData", "fileContextMenu", "querySchemes", - "routerMap" + "routerMap", + "abilityType", ] }, "required": [ @@ -181,7 +182,8 @@ "generateBuildHash", "isolationMode", "proxyData", - "routerMap" + "routerMap", + "abilityType" ] }, "required": [ @@ -1401,6 +1403,15 @@ "type": "string", "pattern": "^[$]profile:[0-9a-zA-Z_.]+$", "maxLength": 255 + }, + "abilityType": { + "description": "Specifies whether the UIAbility Embeddable.", + "type": "string", + "enum": [ + "UIAbility", + "embeddableUIAbility" + ], + "default": "UIAbility" } } }