Property description
The iconCategories asset defines categories for grouping icons in Settings > Configuration > Icons.
While technically possible, creating new icon categories is strongly discouraged. Dawiso provides predefined categories:
- app_icons
- application
- application_logs
- dashboard
- object_type
- search
- space
- workflow_state
Minimal JSON
{
"key": "",
"name": ""
}
Nested properties
| Property | Description | Values | Mandatory |
|---|---|---|---|
key | Unique key of the asset. | string | Yes |
name | Name of the asset used as default EN translation. | string | Yes |
defaultIconKey | Key of the icons used as a default for this category. | string | Yes |
description | Description of the asset. | string | No |
translations | Array of translations. | array | No |