🗃️ Re: #255 - Adds workspaceLandingUrl into schema

This commit is contained in:
Alicia Sykes
2021-09-29 20:27:25 +01:00
parent 2f1dd2a9fa
commit bc100b8143
2 changed files with 5 additions and 0 deletions

View File

@@ -385,6 +385,10 @@
"sentryDsn": {
"type": "string",
"description": "The DSN to your self-hosted Sentry server, if you need to collect bug reports. Only used if enableErrorReporting is enabled"
},
"workspaceLandingUrl": {
"type": "string",
"description": "The URL of an app, service or website to render when the Workspace view is opened"
}
},
"additionalProperties": false