-
Notifications
You must be signed in to change notification settings - Fork 2
/
atlassian-connect.json
101 lines (101 loc) · 3.16 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"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.",
"version": "1.0.0",
"baseUrl": "{{localBaseUrl}}",
"vendor": {
"name": "Ascensio System SIA",
"url": "https://www.onlyoffice.com"
},
"authentication": {
"type": "jwt"
},
"lifecycle": {
"installed": "/installed",
"uninstalled": "/uninstalled"
},
"scopes": [
"READ",
"WRITE",
"ACT_AS_USER"
],
"apiMigrations":{
"signed-install": true
},
"translations": {
"paths": {
"de-DE": "/i18n/de_DE.json",
"es-ES": "/i18n/es_ES.json",
"fr-FR": "/i18n/fr_FR.json",
"ja-JP": "/i18n/ja_JP.json",
"ru-RU": "/i18n/ru_RU.json"
}
},
"modules": {
"generalPages": [
{
"key": "editor",
"name": {
"value": "ONLYOFFICE Editor"
},
"url": "/editor?pageId={page.id}&attachmentId={attachment.id}&attachmentName={attachment.name}"
}
],
"webItems": [
{
"key": "web-item-onlyoffice-edit",
"name": {
"value": "Edit in ONLYOFFICE",
"i18n": "onlyoffice.editor.link.edit"
},
"url": "editor",
"location": "system.attachment",
"context": "page",
"conditions": [
{
"condition": "has_attachment_permission",
"params": {
"permission": "EDIT"
}
}
],
"weight": 9
},
{
"key": "web-item-onlyoffice-view",
"name": {
"value": "View in ONLYOFFICE",
"i18n": "onlyoffice.editor.link.view"
},
"url": "editor",
"location": "system.attachment",
"context": "page",
"conditions": [
{
"condition": "has_attachment_permission",
"params": {
"permission": "VIEW"
}
},
{
"condition": "has_attachment_permission",
"invert": true,
"params": {
"permission": "EDIT"
}
}
],
"weight": 10
}
],
"configurePage": {
"url": "/configure",
"name": {
"value": "ONLYOFFICE Configuration",
"i18n": "onlyoffice.configuration.title"
},
"key": "configure"
}
}
}