Files
eveAI/config/customisations/globals/CHAT_CLIENT_CUSTOMISATION/1.0.0.yaml
Josako 14273b8a70 - Full implementation of tab bar next to logo in mobile client
- Customisation option in Tenant Make
- Splitting all controls in the newly created tabs
2025-11-27 11:32:46 +01:00

109 lines
3.3 KiB
YAML

version: "1.0.0"
name: "Chat Client Customisation"
configuration:
sidebar_markdown:
name: "Sidebar Markdown"
description: "Sidebar Markdown-formatted Text"
type: "text"
required: false
sidebar_color:
name: "Sidebar Text Color"
description: "Sidebar Color"
type: "color"
required: false
sidebar_background:
name: "Sidebar Background Color"
description: "Sidebar Background Color"
type: "color"
required: false
markdown_background_color:
name: "Markdown Background Color"
description: "Markdown Background Color"
type: "color"
required: false
markdown_text_color:
name: "Markdown Text Color"
description: "Markdown Text Color"
type: "color"
required: false
gradient_start_color:
name: "Chat Gradient Background Start Color"
description: "Start Color for the gradient in the Chat Area"
type: "color"
required: false
gradient_end_color:
name: "Chat Gradient Background End Color"
description: "End Color for the gradient in the Chat Area"
type: "color"
required: false
progress_tracker_insights:
name: "Progress Tracker Insights Level"
description: "Level of information shown by the Progress Tracker"
type: "enum"
allowed_values: ["No Information", "Active Interaction Only", "All Interactions"]
default: "No Information"
required: true
form_title_display:
name: "Form Title Display"
description: Level of information shown for the Form Title
type: "enum"
allowed_values: ["No Title", "Full Title"]
default: "Full Title"
required: true
active_background_color:
name: "Active Interaction Background Color"
description: "Primary Color"
type: "color"
required: false
history_background:
name: "History Background"
description: "Percentage to lighten (+) / darken (-) the user message background"
type: "integer"
min_value: -50
max_value: 50
required: false
ai_message_background:
name: "AI (Bot) Message Background Color"
description: "AI (Bot) Message Background Color"
type: "color"
required: false
ai_message_text_color:
name: "AI (Bot) Message Text Color"
description: "AI (Bot) Message Text Color"
type: "color"
required: false
human_message_background:
name: "Human Message Background Color"
description: "Human Message Background Color"
type: "color"
required: false
human_message_text_color:
name: "Human Message Text Color"
description: "Human Message Text Color"
type: "color"
required: false
human_message_inactive_text_color:
name: "Human Message Inactive Text Color"
description: "Human Message Inactive Text Color"
type: "color"
required: false
tab_background:
name: "Tab Background Color"
description: "Tab Background Color"
type: "color"
required: false
tab_icon_active_color:
name: "Tab Icon Active Color"
description: "Tab Icon Active Color"
type: "color"
required: false
tab_icon_inactive_color:
name: "Tab Icon Inactive Color"
description: "Tab Icon Inactive Color"
type: "color"
required: false
metadata:
author: "Josako"
date_added: "2024-06-06"
changes: "Adaptations to make color choosing more consistent and user friendly"
description: "Parameters allowing to customise the chat client"