Minor search formatting updates (#2276)

This commit is contained in:
pablodanswer
2024-08-30 14:02:35 -07:00
committed by GitHub
parent e2f4145cd2
commit b952dbef42
12 changed files with 37 additions and 18 deletions

View File

@ -11,6 +11,7 @@ class EnterpriseSettings(BaseModel):
use_custom_logotype: bool = False
# custom Chat components
two_lines_for_chat_header: bool | None = None
custom_lower_disclaimer_content: str | None = None
custom_header_content: str | None = None
custom_popup_header: str | None = None