-
Notifications
You must be signed in to change notification settings - Fork 0
/
atlassian-connect.json
42 lines (41 loc) · 1.25 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
{
"key": "onlyoffice-confluence-cloud",
"name": "Confluence cloud ONLYOFFICE integration app",
"description": "Confluence ONLYOFFICE integration app allows you to work on all kinds of office documents within Confluence using ONLYOFFICE Online Editors with the enhanced formatting toolset. View and co-edit the documents in real-time.",
"baseUrl": "{{localBaseUrl}}",
"authentication": {
"type": "jwt"
},
"lifecycle": {
"installed": "/installed"
},
"scopes": [
"READ"
],
"apiMigrations":{
"signed-install": true
},
"modules": {
"generalPages": [
{
"key": "onlyoffice-editor",
"name": {
"value": "ONLYOFFICE Editor"
},
"url": "/onlyoffice-editor?attachmentId={attachment.id}"
}
],
"webItems": [
{
"key": "web-item-onlyoffice-editor",
"name": {
"value": "Edit in ONLYOFFICE"
},
"url": "onlyoffice-editor",
"location": "system.attachment",
"context": "page",
"weight": 10
}
]
}
}