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 is not part of the community edition: it needs to be unlocked.

Example

>>> config = tt.BrandingConfig(
...     favicon="favicon.ico", logo="../logo.svg", title="Analytic App"
... )
favicon: str | Path | None = None#

The file path to a .ico image that will be used as the favicon.

The file path to a 24px high .svg image that will be displayed in the upper-left corner.

title: str | None = None#

The title to give to the browser tab (in the home page).