-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
58 lines (45 loc) · 1.41 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name" : "XLDB (free 1.0.2)",
"nameLocale": {
"ru": "XLDB (free 1.0.2)"
},
"guid" : "asc.{3843ab87-0c80-4992-892f-41fc00ee6de1}",
"version": "1.0.2",
"variations" : [
{
"description" : "SQL request plugin XLDB(free edition)",
"descriptionLocale": {
"ru": "Плагин SQL запросов XLDB(free edition)"
},
"url" : "index.html",
"icons": [ "resources/XLDB.png" ],
"isViewer" : true,
"EditorsSupport" : ["cell"],
"isVisual" : true,
"isModal" : false,
"isInsideMode" : true,
"initDataType" : "",
"initData" : "",
"isUpdateOleOnResize" : false,
"buttons" : []
},
{
"description" : "About",
"descriptionLocale": {
"ru": "О плагине"
},
"url" : "about.html",
"icons" : ["resources/XLDB.png"],
"isViewer" : true,
"EditorsSupport" : ["cell"],
"isVisual" : true,
"isModal" : true,
"isInsideMode" : false,
"initDataType" : "none",
"initData" : "",
"isUpdateOleOnResize" : false,
"buttons" : [ { "text": "Ok", "primary": true } ],
"size" : [400, 250]
}
]
}