-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.json
74 lines (74 loc) · 1.69 KB
/
plugin.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
{
"name": "saveMacro test",
"description": "saveMacro test",
"key": "com.mxgraph.confluence.plugins.savemacro",
"baseUrl": "https://78e9b224.ngrok.io",
"vendor":
{
"name": "JGraph ltd.",
"url": "https://www.jgraph.com"
},
"version": "1.0.0",
"authentication":
{
"type": "none"
},
"modules":
{
"dynamicContentMacros":
[
{
"name":
{
"i18n": "savemacrotest",
"value": "saveMacro test"
},
"featured": true,
"url": "/viewer.html?count=${count}",
"width": "600px",
"height": "400px",
"description":
{
"i18n": "description",
"value": "Tests saveMacro"
}, "icon":
{
"width": 144,
"height": 144,
"url": "/google-drive-connector-atlas.png"
},
"categories": [
"visuals"
],
"outputType": "block",
"featured": true,
"key": "savemacrotest",
"name":
{
"value": "saveMacro test"
},
"editor": {
"url": "/macroEditor.html?count=${count}",
"width": "1200px",
"height": "600px"
},
"parameters":
[
{
"identifier": "count",
"name":
{
"value": "Count number of save macro calls"
},
"type": "string",
"hidden": false
}
]
}
]
},
"scopes": [
"read",
"write"
]
}