-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathtest2.json
52 lines (52 loc) · 1 KB
/
test2.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
{
"json": {
"type": "page",
"title": "Hello world",
"body": [
{
"type": "tpl",
"tpl": "初始页面",
"inline": false
},
{
"type": "input-password",
"label": "密码",
"name": "password",
"id": "u:8731be72a043"
},
{
"type": "input-year",
"name": "year",
"id": "u:012422514c53"
},
{
"type": "card",
"header": {
"title": "标题",
"subTitle": "副标题"
},
"body": [
{
"type": "tpl",
"tpl": "内容",
"inline": false
}
],
"actions": [
{
"type": "button",
"label": "按钮",
"actionType": "dialog",
"dialog": {
"title": "标题",
"body": "内容"
}
}
],
"id": "u:756b46f8a7b8"
}
]
},
"routeName": "test2.json",
"itemName": "cms2"
}