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
keyUnique key of the feature.string*Yes
valueDetermines whether the feature is enabled or disabled. Default is true.booleanNo

*Supported key values

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