Skip to content

Commit

Permalink
Update jsonConfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
forelleblau committed Nov 9, 2024
1 parent faa5979 commit c5cb1c8
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions admin/jsonConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,30 @@
"port": {
"type": "text",
"label": "port",
"xs": 12,
"sm": 12,
"md": 6,
"lg": 6
"lg": 4,
"xl": 4
},
"pin": {
"type": "text",
"label": "pin",
"xs": 12,
"sm": 12,
"md": 6,
"lg": 6
"lg": 4,
"xl": 4
},
"defaultrecipientnotifications": {
"newLine": true,
"type": "text",
"label": "defaultrecipientnotifications",
"xs": 12,
"sm": 12,
"md": 6,
"lg": 6
"lg": 4,
"xl": 4
}
}
},
Expand Down

0 comments on commit c5cb1c8

Please sign in to comment.