diff --git a/modulecheck/module.json b/modulecheck/module.json index a47138e83784f1e10fff6e4d7a25d6ade8401357..706de48213487774976a5b8cf44cf7a9b12c6daa 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 } } }