Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
HGlab01 authored Oct 18, 2024
1 parent c802093 commit 4d75054
Showing 1 changed file with 20 additions and 8 deletions.
28 changes: 20 additions & 8 deletions admin/jsonConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,34 @@
"newLine": true,
"type": "text",
"label": "Username",
"sm": 4
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4,
"xl": 4
},
"Password": {
"repeat": false,
"visible": false,
"sm": 3,
"type": "password",
"label": "Password"
"label": "Password",
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4,
"xl": 4
},
"intervall": {
"sm": 3,
"type": "number",
"label": "Interval in seconds",
"min" : 30,
"max" : 3600,
"step": 5
"min": 30,
"max": 3600,
"step": 5,
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4,
"xl": 4
}
}
}
}

0 comments on commit 4d75054

Please sign in to comment.