We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb41f5 commit 9bcc4afCopy full SHA for 9bcc4af
schema/plugin.json
@@ -44,13 +44,10 @@
44
"type": "array",
45
"minItems": 1,
46
"items": {
47
- "enum": [
48
- "browser",
49
- "ntfy"
50
- ]
+ "enum": ["browser", "ntfy"]
51
},
52
"title": "Notification Methods",
53
- "description": "Methods how to notificate messages. Select from 'browser' or 'ntfy'",
+ "description": "Option to send a notification with the specified method(s). The available options are 'browser' and 'ntfy'.",
54
"default": ["browser"]
55
}
56
0 commit comments