mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2026-08-31 19:03:45 +02:00
Add support for custom time warnings
This commit is contained in:
@@ -1093,6 +1093,9 @@ const definitions = {
|
||||
},
|
||||
"flags": {
|
||||
"type": "number"
|
||||
},
|
||||
"minutes": {
|
||||
"type": "number"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
@@ -2057,10 +2060,17 @@ const definitions = {
|
||||
},
|
||||
"blockNotificationDelay": {
|
||||
"type": "number"
|
||||
},
|
||||
"atw": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "number"
|
||||
}
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
"required": [
|
||||
"atw",
|
||||
"blockAllNotifications",
|
||||
"blockNotificationDelay",
|
||||
"blockedTimes",
|
||||
|
||||
Reference in New Issue
Block a user