forked from AmityCo/Amity-Social-Cloud-UIKit-Web-OpenSource
-
Notifications
You must be signed in to change notification settings - Fork 1
/
amity-uikit.config.json
133 lines (133 loc) · 3.53 KB
/
amity-uikit.config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"global_theme": {
"light_theme": {
"primary_color": "#1054DE",
"secondary_color": "#292B32"
}
},
"excludes": [],
"customizations": {
"select_target_page/*/*": {
"page_theme": {
"light_theme": {
"primary_color": "#1054DE",
"secondary_color": "#292B32"
}
},
"title": "Share to"
},
"select_target_page/*/back_button": {
"back_icon": "back"
},
"camera_page/*/*": {
"resolution": "720p",
"page_theme": {
"light_theme": {
"primary_color": "#1054DE",
"secondary_color": "#292B32"
}
}
},
"camera_page/*/close_button": {
"close_icon": "close",
"background_color": "#80000000"
},
"create_story_page/*/*": {},
"create_story_page/*/back_button": {
"back_icon": "back",
"background_color": "#80000000"
},
"create_story_page/*/aspect_ratio_button": {
"aspect_ratio_icon": "aspect_ratio",
"background_color": "#80000000"
},
"create_story_page/*/story_hyperlink_button": {
"hyperlink_button_icon": "hyperlink_button",
"background_color": "#80000000"
},
"create_story_page/*/hyper_link": {
"hyper_link_icon": "hyper_link",
"background_color": "#80000000"
},
"create_story_page/*/share_story_button": {
"share_icon": "share_story_button",
"background_color": "#FFFFFF",
"hide_avatar": false
},
"story_page/*/*": {},
"story_page/*/progress_bar": {},
"story_page/*/overflow_menu": {
"overflow_menu_icon": "threeDot"
},
"story_page/*/close_button": {
"close_icon": "close"
},
"story_page/*/story_impression_button": {
"impression_icon": "impressionIcon"
},
"story_page/*/story_comment_button": {
"comment_icon": "comment"
},
"story_page/*/story_reaction_button": {
"reaction_icon": "like",
"background_color": "#1243EE"
},
"story_page/*/create_new_story_button": {
"create_new_story_icon": "plus",
"background_color": "#1243EE"
},
"story_page/*/speaker_button": {
"mute_icon": "mute",
"unmute_icon": "unmute"
},
"*/edit_comment_component/*": {
"component_theme": {
"light_theme": {
"primary_color": "#1054DE",
"secondary_color": "#292B32"
}
}
},
"*/edit_comment_component/cancel_button": {
"cancel_icon": "",
"cancel_button_text": "Cancel",
"background_color": "#FFFFFF"
},
"*/edit_comment_component/save_button": {
"save_icon": "",
"save_button_text": "Save",
"background_color": "#1054DE"
},
"*/hyper_link_config_component/*": {
"component_theme": {
"light_theme": {
"primary_color": "#1054DE",
"secondary_color": "#292B32"
}
}
},
"*/hyper_link_config_component/done_button": {
"done_icon": "",
"done_button_text": "Done",
"background_color": "#1243EE"
},
"*/hyper_link_config_component/cancel_button": {
"cancel_icon": "",
"cancel_button_text": "Cancel"
},
"*/comment_tray_component/*": {},
"*/story_tab_component/*": {},
"*/story_tab_component/story_ring": {
"progress_color": ["#339AF9", "#78FA58"],
"fail_color": ["#FA4D30"],
"background_color": ["#EBECEF"]
},
"*/story_tab_component/create_new_story_button": {
"create_new_story_icon": "plus",
"background_color": "#1243EE"
},
"*/*/close_button": {
"close_icon": "close"
}
}
}