-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathatlassian-connect-template.json
59 lines (59 loc) · 1.45 KB
/
atlassian-connect-template.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
{
"key": "com.zenuml.confluence-addon-{VERSION-KEY}",
"name": "ZenUML {VERSION}",
"description": "ZenUML {VERSION} add-on",
"vendor": {
"name": "ZenUML",
"url": "https://www.zenuml.com/"
},
"baseUrl": "https://atlassian.zenuml.com/{VERSION}",
"links": {
"self": "/atlassian-connect.json",
"homepage": "https://www.zenuml.com"
},
"authentication": {
"type": "none"
},
"scopes": [
"READ"
],
"modules": {
"dynamicContentMacros": [
{
"key": "zenuml-sequence-macro-{VERSION-KEY}",
"name": {
"value": "ZenUML {VERSION}"
},
"url": "/view.html?pageId={page.id}&pageVersion={page.version}¯oId={macro.id}",
"description": {
"value": "Create a ZenUML Sequence Diagram"
},
"outputType": "block",
"bodyType": "plain-text",
"editor": {
"url": "/edit.html",
"editTitle": {
"value": "Edit Sequence Diagram"
},
"insertTitle": {
"value": "Create Sequence Diagram"
},
"width": "1240px",
"height": "500px"
},
"icon": {
"width": 16,
"height": 16,
"url": "image/zenuml_logo.png"
},
"documentation": {
"url": "https://www.zenuml.com/ZenUML_Sequence_Diagram_addon_help.html"
},
"categories": [
"visuals"
],
"featured": true
}
]
}
}