Skip to content

Commit

Permalink
Merge pull request #404 from simatec/patch-1
Browse files Browse the repository at this point in the history
(simatec) Responsive for small screens added
  • Loading branch information
GermanBluefox authored Aug 26, 2024
2 parents 97b9664 + 8b5873a commit ec8233d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions admin/jsonConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,31 @@
"type": "text",
"label": "Group Key",
"help": "Group Key of Delivery Group",
"xs": 12,
"sm": 12,
"md": 4
},
"token": {
"type": "text",
"label": "Token",
"help": "API Token/Key of Application",
"xs": 12,
"sm": 12,
"md": 4
},
"title": {
"newLine": true,
"type": "text",
"label": "Title",
"xs": 12,
"sm": 12,
"md": 4
},
"sound": {
"newLine": true,
"type": "select",
"label": "Sound",
"xs": 12,
"sm": 12,
"md": 4,
"options": [
Expand Down Expand Up @@ -59,6 +63,7 @@
"priority": {
"type": "select",
"label": "Priority",
"xs": 12,
"sm": 12,
"md": 4,
"options": [
Expand All @@ -71,6 +76,7 @@
"type": "checkbox",
"label": "Show messages in log",
"help": "Only with log level info or higher",
"xs": 12,
"sm": 12,
"md": 4
},
Expand Down

0 comments on commit ec8233d

Please sign in to comment.