CodeCollaborationPlatformProductivitySoftware Development
Properties
Name
Type
Description
routeOverrideEnabled
boolean
Defines whether an override for the space home should be used. This is used in conjunction with a space theme provided by an app. For example, if this property is set to true, a theme can display a pa
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "SpaceSettings",
"type": "object",
"properties": {
"routeOverrideEnabled": {
"type": "boolean",
"description": "Defines whether an override for the space home should be used. This is\nused in conjunction with a space theme provided by an app. For\nexample, if this property is set to true, a theme can display a page\nother than the space homepage when users visit the root URL for a\nspace. This property allows apps to provide content-only theming\nwithout overriding the space home."
},
"editor": {
"type": "object"
},
"spaceKey": {
"type": "string"
}
}
}