-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetting.json
More file actions
117 lines (117 loc) · 2.81 KB
/
Copy pathsetting.json
File metadata and controls
117 lines (117 loc) · 2.81 KB
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
{
"option": {
"form": {
"inline": false,
"hideRequiredAsterisk": false,
"labelPosition": "right",
"size": "default",
"labelWidth": "125px"
},
"resetBtn": {
"show": false,
"innerText": "重置"
},
"submitBtn": {
"show": true,
"innerText": "提交"
}
},
"rule": [
{
"type": "input",
"field": "PERFREE_WEB_NAME",
"title": "左侧名称",
"info": "左侧名称",
"$required": false,
"props": {
"placeholder": "请输入左侧名称"
},
"_fc_id": "id_Fintm1kdd1vcafc",
"name": "ref_F7ccm1kdd1vcagc",
"display": true,
"hidden": false,
"_fc_drag_tag": "input"
},
{
"type": "AttachSelectInput",
"field": "PERFREE_WEB_LOGO",
"title": "左侧logo",
"info": "左侧logo",
"$required": false,
"props": {
"placeholder": "左侧logo",
"attachType": "img",
"enableInput": true
},
"_fc_id": "id_Fkg0m1kde2szakc",
"name": "ref_Ftoim1kde2szalc",
"display": true,
"hidden": false,
"_fc_drag_tag": "AttachSelectInput"
},
{
"type": "input",
"field": "PERFREE_WEB_EMAIL",
"title": "左侧邮箱",
"info": "左侧邮箱",
"$required": false,
"props": {
"placeholder": "左侧邮箱"
},
"_fc_id": "id_Ffcmm1kdejlfanc",
"name": "ref_Fl5am1kdejlfaoc",
"display": true,
"hidden": false,
"_fc_drag_tag": "input"
},
{
"type": "input",
"field": "PERFREE_SUB_TITLE",
"title": "首页子标题",
"info": "首页子标题",
"$required": false,
"props": {
"placeholder": "首页子标题"
},
"_fc_id": "id_Fxn7m1kdez99aqc",
"name": "ref_Fbwnm1kdez99arc",
"display": true,
"hidden": false,
"_fc_drag_tag": "input"
},
{
"type": "AttachSelectInput",
"field": "PERFREE_WECHAT_IMG",
"title": "微信收款码",
"info": "微信收款码",
"$required": false,
"props": {
"placeholder": "微信收款码",
"attachType": "img",
"enableInput": true
},
"_fc_id": "id_Fj7hm1kdfmo8ayc",
"name": "ref_Fchtm1kdfmo8azc",
"display": true,
"hidden": false,
"_fc_drag_tag": "AttachSelectInput"
},
{
"type": "AttachSelectInput",
"field": "PERFREE_ALIPAY_IMG",
"title": "支付宝收款码",
"info": "支付宝收款码",
"$required": false,
"props": {
"attachType": "img",
"enableInput": true,
"placeholder": "支付宝收款码"
},
"_fc_id": "id_Fihdm1kdg67cb0c",
"name": "ref_Fygpm1kdg67cb1c",
"display": true,
"hidden": false,
"_fc_drag_tag": "AttachSelectInput"
}
]
}