Interface
The theme manifest.
Inheritance: ThemeManifestOmit<Manifest, "notAllowAdd" | "label" | "i18nMessages">
Properties
| Property | Type | Notes |
|---|---|---|
isNewTheme | boolean | Used to identify whether it is a new theme and to distinguish it from classic themes. |
label | string | This is the fallback label for the theme. The theme label will prioritize using |
styleFiles | { css: boolean; js: boolean } | Used to identify the override method of the theme. |
themeCustomizable | boolean | Whether the theme is customizable.
If |