-
Notifications
You must be signed in to change notification settings - Fork 0
/
atlassian-connect.json
71 lines (71 loc) · 1.82 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
{
"key": "refbuilder-staging",
"name": "Reference Builder (Staging)",
"description": "An alpha version of the UWE Bristol Harvard Reference Builder macro.",
"baseUrl": "{{localBaseUrl}}",
"authentication": {
"type": "jwt"
},
"lifecycle": {
"installed": "/installed"
},
"scopes": [
"READ"
],
"modules": {
"dynamicContentMacros": [
{
"key": "uwe-ref",
"name": {
"value": "Reference"
},
"url": "/ref?schema={schema}",
"description": {
"value": "UWE Bristol Harvard-formatted reference for use in a bibliography."
},
"outputType": "block",
"parameters": [
{
"identifier": "schema",
"name": {
"value": "Schema"
},
"description": {
"value": "Stringified JSON representing the schema of the reference"
},
"type": "string",
"required": true
}
],
"editor": {
"url": "/builder",
"editTitle": {
"value": "Reference builder"
},
"insertTitle": {
"value": "Reference builder"
},
"width": "750px",
"height": "550px",
"chrome": false
},
"icon": {
"width": 16,
"height": 16,
"url": "https://style.uwe.ac.uk/branding/couplets/engine/images/logo.png"
}
},
{
"url": "/myMacro?macroId={macro.id}&pageId={page.id}&pageVersion={page.version}",
"description": {
"value": "Allow users to add a background color around selected content."
},
"bodyType": "rich-text",
"name": {
"value": "My macro"
},
"key": "my-macro"
}
]
}
}