mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-23 14:38:00 +00:00
* [docs] conditional action #6304 * [docs] plotly bar mode * [docs] private app embed var * [doc] table: selectedCell * [doc]table nested data * [doc]number-decimal * [doc]buttontext * [doc]boundedbox:default data * [doc]multi-env updates * [doc]version 2.9.0 * commented: PR5926 * commented: PR5296 minor change
39 lines
No EOL
1.4 KiB
Markdown
39 lines
No EOL
1.4 KiB
Markdown
---
|
|
id: white-label
|
|
title: White Label
|
|
---
|
|
|
|
<div className='badge badge--primary heading-badge'>Available on: Enterprise Edition</div>
|
|
|
|
White Label feature will allow you to remove the ToolJet branding from the ToolJet platform and add your own custom logo and text.
|
|
|
|
This feature allows you to rebrand the following:
|
|
- **App logo** (Logo on login screen, dashboard, and app-editor)
|
|
<div style={{textAlign: 'center'}}>
|
|
|
|
<img className="screenshot-full" src="/img/enterprise/white-label/applogo.png" alt="ToolJet - Enterprise - White label" width="500"/>
|
|
|
|
</div>
|
|
|
|
<div style={{textAlign: 'center'}}>
|
|
|
|
<img className="screenshot-full" src="/img/enterprise/white-label/appeditor.png" alt="ToolJet - Enterprise - White label" width="500"/>
|
|
|
|
</div>
|
|
|
|
- **Favicon**
|
|
|
|
- **Page Title** (next to Favicon)
|
|
<div style={{textAlign: 'center'}}>
|
|
|
|
<img className="screenshot-full" src="/img/enterprise/white-label/favicon.png" alt="ToolJet - Enterprise - White label" width="500" />
|
|
|
|
</div>
|
|
|
|
## Configuration
|
|
|
|
To enable white labelling, you'll need to set the below mentioned **environment variables** in the .env file:
|
|
|
|
- `WHITE_LABEL_LOGO`: URL of the logo. Preferred dimensions of the logo are: width 130px and height 26px
|
|
- `WHITE_LABEL_TEXT`: The text that you want to display as Page Title
|
|
- `WHITE_LABEL_FAVICON`: URL of the favicon. Preferred dimensions of the logo are: 16x16px or 32x32px |