Files
open-ticket/transcriptconfig.json
T

32 lines
854 B
JSON

{
"sendTranscripts":{
"enableChannel":false,
"enableDM":false,
"channel":"transcript channel id",
"useHTMLtranscripts":true
},
"style":{
"background":{
"enableCustomBackground":false,
"backgroundModus":"image OR color",
"backgroundData":"image url OR hex color (#ffffff)"
},
"header":{
"enableCustomHeader":false,
"backgroundColor":"#202225",
"decoColor":"#F8BA00",
"textColor":"#ffffff"
},
"stats":{
"enableCustomStats":false,
"backgroundColor":"#202225",
"keyTextColor":"#737373",
"valueTextColor":"#ffffff",
"hideBackgroundColor":"#40444a",
"hideTextColor":"#ffffff"
}
}
}