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