mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
Added user consent config options, #3692
This commit is contained in:
@@ -492,7 +492,9 @@
|
||||
"Title": { "type": "string" },
|
||||
"Desktop": { "type": "string" },
|
||||
"Terminal": { "type": "string" },
|
||||
"Files": { "type": "string" }
|
||||
"Files": { "type": "string" },
|
||||
"consentTimeout": { "type": "integer", "default": 30, "description": "How long in seconds to show the user consent dialog box." },
|
||||
"autoAcceptOnTimeout": { "type": "boolean", "default": false, "description": "If true, user consent is accepted after the timeout." }
|
||||
}
|
||||
},
|
||||
"notificationMessages": {
|
||||
|
||||
Reference in New Issue
Block a user