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 | Unique key of the feature. | 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_space_dashboard | Yes | boolean | Displays a list of spaces. |
is_application_dashboard | Yes | boolean | Displays a list of applications. |