Added scrollToTop option in domain section of the config.json.

This commit is contained in:
Ylian Saint-Hilaire
2023-10-08 21:33:23 -07:00
parent 78ef26ec3e
commit 6e1138ee5b
7 changed files with 3248 additions and 3185 deletions

View File

@@ -1039,6 +1039,11 @@
"default": 0,
"description": "0 = User selects day/night mode, 1 = Always night mode, 2 = Always day mode"
},
"scrollToTop": {
"type": "boolean",
"default": false,
"description": "If true, a Scroll To Top button in the devices tab."
},
"userQuota": {
"type": "integer"
},