JSON reference for page features in Dawiso packages.
Property description
The features property for pages customizes the visuals or configures the behavior of a page.
Minimal JSON
{
"key": "example_dashboard",
...
"features":[
{
"key": "is_space_dashboard",
"value": true
}
]
}
Nested properties
| Property | Description | Values | Mandatory |
|---|
key | Key of the feature being configured. See supported key values. | string | Yes |
value | Determines whether the feature is enabled or disabled. Default is true. | boolean | No |
Supported key values
| Name | Is Single Only* | Data Type | Description |
|---|
is_application_dashboard | Yes | boolean | Displays a list of applications. |
is_space_dashboard | Yes | boolean | Displays a list of spaces. |