Skip to content

Commit

Permalink
fix repeatedEveryMinute and change it to number
Browse files Browse the repository at this point in the history
  • Loading branch information
haithamassoli committed Feb 22, 2023
1 parent e89a033 commit 2bd23b9
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,18 @@
],
"configuration": {
"type": "object",
"title": "Hadith configuration",
"title": "Hadith",
"properties": {
"hadith.repeatedEveryMinute": {
"type": "number",
"default": "1",
"default": 20,
"enum": [
"20",
"30",
"40",
"50",
"60"
10,
20,
30,
40,
50,
60
],
"description": "Select time between Hadith notifications."
},
Expand Down

0 comments on commit 2bd23b9

Please sign in to comment.