Kind: Interface
Source: atloria-monorepo/packages/types/src/dtos/theme.dto.ts
DTO for creating a new theme
Properties
| Property | Type |
|---|---|
name | string |
organizationId | string |
projectId | string |
colors | ThemeColors |
typography | ThemeTypography |
layout | ThemeLayout |
customCss | string |
darkModeEnabled | boolean |
darkModeDefault | string |
darkModeColors | ThemeColors |
whiteLabelEnabled | boolean |
hidePoweredBy | boolean |
customDomain | string |
customFooter | string |
audienceThemes | AudienceThemes |
Was this page helpful?