-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathatlassian-connect.json
60 lines (60 loc) · 1.41 KB
/
atlassian-connect.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
{
"key": "mermaid-chart-app-for-confluence",
"name": "Mermaid Chart for Confluence",
"description": "Official Mermaid Chart App for Confluence",
"baseUrl": "https://confluence.mermaidchart.com",
"vendor": {
"name": "Mermaid Chart Inc",
"url": "http://www.mermaidchart.com",
"_links": {
"learnMore": "https://www.mermaidchart.com/plugins"
}
},
"links": {
"self": "https://confluence.mermaidchart.com",
"artifact": "https://confluence.mermaidchart.com"
},
"authentication": {
"type": "jwt"
},
"lifecycle": {
"installed": "/installed"
},
"scopes": ["READ", "WRITE", "ACT_AS_USER"],
"apiMigrations": {
"signed-install": true
},
"modules": {
"dynamicContentMacros": [
{
"key": "mermaid",
"name": {
"value": "Mermaid chart"
},
"icon": {
"width": 80,
"height": 80,
"url": "/icon_80x80.png"
},
"url": "/viewer",
"description": {
"value": "Insert Mermaid chart diagram"
},
"outputType": "block",
"bodyType": "plain-text",
"editor": {
"url": "/editor",
"width": "95%",
"height": "95%",
"cacheable": false,
"editTitle": {
"value": "Edit diagram"
},
"insertTitle": {
"value": "Insert diagram"
}
}
}
]
}
}