diff --git a/modulecheck/shortcuts.json b/modulecheck/shortcuts.json index a4b85883833e8bcdb4287ce0eadfcb8012e8ca64..e5475464e894b77d2afe294e5b7f0c94a0f1bcea 100644 --- a/modulecheck/shortcuts.json +++ b/modulecheck/shortcuts.json @@ -22,6 +22,7 @@ "shortcutId", "label", "icon", + "visible", "wants" ] }, @@ -45,6 +46,11 @@ "type": "string", "pattern": "^[$]media:" }, + "visible": { + "description": "Whether the shortcut is displayed, true indicates display, false indicates unreality, default indicates display.", + "type": "boolean", + "default": true + }, "wants": { "description": "Indicates the wants to which the shortcut points. The attribute consists of the targetClass and targetBundle sub-attributes.", "type": "array",