Custom banner

This commit is contained in:
Weves
2024-04-10 12:23:09 -07:00
committed by Chris Weaver
parent 91cf45165f
commit 3466f6d3a4
12 changed files with 195 additions and 10 deletions

View File

@@ -9,5 +9,10 @@ class EnterpriseSettings(BaseModel):
application_name: str | None = None
use_custom_logo: bool = False
# custom Chat components
custom_header_content: str | None = None
custom_popup_header: str | None = None
custom_popup_content: str | None = None
def check_validity(self) -> None:
return