From db68470cc0ec4c5f56be120ec5736c94785b3d87 Mon Sep 17 00:00:00 2001 From: Handsome_Afraican_Man Date: Sun, 4 Feb 2024 14:44:22 +0800 Subject: [PATCH] IssueNo:#I8XX00 Description:Bugfix Sig:bundleManager Feature or Bugfix:Bugfix Binary Source:No Signed-off-by: zhouwenzhi --- modulecheck/module.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/modulecheck/module.json b/modulecheck/module.json index a47138e8..706de482 100644 --- a/modulecheck/module.json +++ b/modulecheck/module.json @@ -372,7 +372,8 @@ "excludeFromMissions", "recoverable", "unclearableMission", - "isolationProcess" + "isolationProcess", + "excludeFromDock" ] }, "properties": { @@ -710,6 +711,11 @@ "description": "Specifies whether the ability can run in an independent process", "type": "boolean", "default": false + }, + "excludeFromDock": { + "description": "Indicates whether the area exclude from dock.", + "type": "boolean", + "default": false } } } -- Gitee