forked from Bitsea1/vitayr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
37 lines (37 loc) · 1.19 KB
/
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
{
"name": "Vitayr",
"description": "version <= [1.7.3]",
"version": "1.1.3",
"images": "https://assets.imgix.net/unsplash/hotairballoon.jpg?w=1280&h=853&fit=crop&crop=right",
"configs": [
{
"label": "默认语言",
"placeholder": "请选择默认语言",
"field_name": "theme_default_i18n",
"field_type": "select",
"select_options": {
"zh-CN": "简体中文",
"zh-TW": "繁体中文",
"en-US": "English",
"ja-JP": "日本語",
"ko-KR": "한국어",
"vi-VN": "Tiếng Việt",
"fa-IR": "فارسی"
},
"default_value": "zh-CN"
},
{
"label": "主题色",
"placeholder": "请选择主题颜色",
"field_name": "theme_color",
"field_type": "input",
"default_value": "#3b5998"
},
{
"label": "自定义页脚(实现客服JS代码插入等)",
"placeholder": "自定义js代码",
"field_name": "custom_html",
"field_type": "textarea"
}
]
}