We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cfe545 commit 704babdCopy full SHA for 704babd
1 file changed
chat/demo/assets/appConfig.json
@@ -0,0 +1,37 @@
1
+{
2
+ "theme": {
3
+ "mode": "light",
4
+ "primaryColor": "#1C66E5"
5
+ },
6
+ "messageList": {
7
+ "alignment": "two-sided",
8
+ "enableReadReceipt": false,
9
+ "messageActionList": [
10
+ "copy",
11
+ "recall",
12
+ "quote",
13
+ "forward",
14
+ "delete"
15
+ ]
16
17
+ "conversationList": {
18
+ "enableCreateConversation": true,
19
+ "conversationActionList": [
20
+ "delete",
21
+ "mute",
22
+ "pin",
23
+ "markUnread",
24
+ "clearHistory"
25
26
27
+ "messageInput": {
28
+ "hideSendButton": false,
29
+ "attachmentPickerMode": "collapsed"
30
31
+ "search": {
32
+ "hideSearch": false
33
34
+ "avatar": {
35
+ "shape": "circular"
36
+ }
37
+}
0 commit comments