🗃️ Adds 'enableGuestAccess' to schema and docs

This commit is contained in:
Alicia Sykes
2021-08-18 21:55:33 +01:00
parent edf941229c
commit 68fcee0c0f
2 changed files with 6 additions and 0 deletions

View File

@@ -248,6 +248,11 @@
}
}
},
"enableGuestAccess": {
"type": "boolean",
"default": false,
"description": "If set to true, an unauthenticated user will be able to have read-only access to dashboard, without needing to login. Requires auth to be configured."
},
"enableMultiTasking": {
"type": "boolean",
"default": false,