atoti.config.branding_config module#
- class atoti.BrandingConfig#
The UI elements to customize the app by replacing the atoti branding with another one (also called white-labeling).
Note
This feature requires the
atoti-plus
plugin.Example
>>> config = tt.BrandingConfig( ... favicon="favicon.ico", logo="../logo.svg", title="Analytic App" ... )
- favicon: Optional[Union[str, pathlib.Path]] = None#
The file path to a
.ico
image that will be used as the favicon.
- logo: Optional[Union[str, pathlib.Path]] = None#
The file path to a 24px by 24px
.svg
image that will be displayed in the upper-left corner.