Custom-theme (List)#
Path: /environments/environment/themes/custom-themes/custom-theme
Custom UI theme.
Keys: name
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| name | string (length: 1..9223372036854775807) | required | - | The name of the custom theme |
| description | string | optional | - | A description of the custom theme |
| theme-css-properties | string (length: 1..9223372036854775807) | optional | - | A base64 encoded string of theme CSS variables |
| theme-custom-css | string (length: 1..9223372036854775807) | optional | - | A base64 encoded string of custom css that will be joined with the css properties |
| disable-default-theme | boolean | optional | false | Disables the default theme, so that only custom theme is applied |
Subsections#
| Name | Type | Description |
|---|---|---|
| template-variables | List | A list of template variables that will be available in the template context |