Skip to content

Commit

Permalink
Modify the description about notification_methods
Browse files Browse the repository at this point in the history
  • Loading branch information
hayashiya18 committed Sep 26, 2021
1 parent afb41f5 commit 9bcc4af
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions schema/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,10 @@
"type": "array",
"minItems": 1,
"items": {
"enum": [
"browser",
"ntfy"
]
"enum": ["browser", "ntfy"]
},
"title": "Notification Methods",
"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'.",
"default": ["browser"]
}
}
Expand Down

0 comments on commit 9bcc4af

Please sign in to comment.