Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

BusinessGPT dashboard can be customized and branded by changing the texts of the Dashboard and Lite Mode home page as well as applying custom CSS and changing the company logo

Changing CSS

Changing Texts

The system saved a value in “CustomTextDefined” of true or false per account for performance.

If CustomTextDefined=True, the system picks up the values stored per language from a custom Json and includes all the supported texts in each language.

{"en":{},"he":{},"de":{},"es":{},"nl":{}}

In the account settings, the custom_text is saved as a JSON file.

In default settings, the supported texts are saved in an English default JSON file

List of texts to change in home page:

Supported texts to change:

DashboardHomeTitle
DashboardHomeSubTitle
DashboardHomeTopHowToTitle
DashboardHomeTopHowToDescription
DashboardHomeMiddleHowToTitle
DashboardHomeMiddleHowToDescription
DashboardHomeBottomHowToTitle
DashboardHomeBottomHowToDescription
DashboardHomeLearnTitle
DashboardHomeLearnDetails
DashboardHomeSupportTitle

LitemodeTitle
LitemodeSubTitle
LitemodeCompanyChat
LitemodePublicChat
LitemodeMistakes
LitemodeMonitor

image-20241124-084713.png

image-20241118-144546.png

  • No labels