Skip to content

Commit 9bcc4af

Browse files
committed
Modify the description about notification_methods
1 parent afb41f5 commit 9bcc4af

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

schema/plugin.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,10 @@
4444
"type": "array",
4545
"minItems": 1,
4646
"items": {
47-
"enum": [
48-
"browser",
49-
"ntfy"
50-
]
47+
"enum": ["browser", "ntfy"]
5148
},
5249
"title": "Notification Methods",
53-
"description": "Methods how to notificate messages. Select from 'browser' or 'ntfy'",
50+
"description": "Option to send a notification with the specified method(s). The available options are 'browser' and 'ntfy'.",
5451
"default": ["browser"]
5552
}
5653
}

0 commit comments

Comments
 (0)