-
Notifications
You must be signed in to change notification settings - Fork 10
/
TOOL.json
81 lines (80 loc) · 1.82 KB
/
TOOL.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
{
"lib": {
"baseUrl": "/app/pinp/blogs/web/output",
"tools": [ {
"name": "step",
"icon": "step.png",
"title": "config pre-post step",
"url": "edit_prepost.html",
"halfScreen": true,
"noMove": false,
"clickable": true,
"onlyScene": true,
"left": 0.05,
"top": 0.05,
"width": 0.9,
"height": 0.9
}, {
"name": "maxi",
"icon": "maxi.png",
"title": "resize to maximun",
"url": "edit_maxi.html",
"halfScreen": true,
"noMove": false,
"clickable": true,
"onlyScene": true,
"width": 0.6,
"height": 0.6
}, {
"name": "mini",
"icon": "mini.png",
"title": "resize to minimun",
"url": "edit_mini.html",
"halfScreen": true,
"noMove": false,
"clickable": true,
"onlyScene": true,
"width": 0.6,
"height": 0.6
}, {
"name": "image",
"icon": "bkg_image.png",
"title": "set background image",
"url": "edit_image.html",
"halfScreen": true,
"noMove": false,
"clickable": true,
"onlyScene": false,
"width": 0.8,
"height": 0.96 }
]
},
"pinp/blogs/steps": {
"opt": "mono/all",
"tools": [ "lib/step", "*" ]
},
"pinp/blogs/step0": {
"opt": "mono/none",
"tools": [ "lib/step", "*" ]
},
"pinp/blogs/step1": {
"opt": "mono/some",
"tools": [ "lib/step", "*" ]
},
"pinp/blogs/step2": {
"opt": "mono/all",
"tools": [ "lib/step", "lib/maxi", "lib/mini", "*" ]
},
"pinp/blogs/step3": {
"opt": "mono/some",
"tools": [ "lib/step", "lib/maxi", "lib/mini", "*" ]
},
"pinp/blogs/step4": {
"opt": "mono/all",
"tools": [ "lib/step", "lib/image", "*" ]
},
"pinp/blogs/step5": {
"opt": "mono/some",
"tools": [ "lib/step", "lib/image", "*" ]
}
}