Custom-theme (List)#

Path: /environments/environment/themes/custom-themes/custom-theme

Custom UI theme.

Keys: name

Parameters#

NameTypeRequiredDefaultDescription
namestring (length: 1..9223372036854775807)required-The name of the custom theme
descriptionstringoptional-A description of the custom theme
theme-css-propertiesstring (length: 1..9223372036854775807)optional-A base64 encoded string of theme CSS variables
theme-custom-cssstring (length: 1..9223372036854775807)optional-A base64 encoded string of custom css that will be joined with the css properties
disable-default-themebooleanoptionalfalseDisables the default theme, so that only custom theme is applied

Subsections#

NameTypeDescription
template-variables ListA list of template variables that will be available in the template context

Was this helpful?