Property description

The features property for pages customizes the visuals or configures the behavior of a page.

Minimal JSON

{
    "key": ""
}
{
  "key": "example_dashboard",
  ...
  "features":[
    {
      "key": "is_space_dashboard",
      "value": true
    }
  ]
}

Nested properties

PropertyDescriptionValuesMandatory
keyKey of the feature being configured. See supported key values.stringYes
valueDetermines whether the feature is enabled or disabled. Default is true.booleanNo

Supported key values

NameIs Single Only*Data TypeDescription
is_application_dashboardYesbooleanDisplays a list of applications.
is_space_dashboardYesbooleanDisplays a list of spaces.