-
Notifications
You must be signed in to change notification settings - Fork 1
/
plugin.json
34 lines (34 loc) · 1.21 KB
/
plugin.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
{
"id": "com.mattermost.confluence",
"name": "Confluence",
"description": "Atlassian Confluence plugin for Mattermost.",
"homepage_url": "https://github.com/mattermost/mattermost-plugin-confluence",
"support_url": "https://github.com/mattermost/mattermost-plugin-confluence/issues",
"release_notes_url": "https://github.com/mattermost/mattermost-plugin-confluence/releases/tag/v1.2.0",
"icon_path": "assets/icon.svg",
"version": "1.2.0",
"min_server_version": "5.26.0",
"server": {
"executables": {
"linux-amd64": "server/dist/plugin-linux-amd64",
"darwin-amd64": "server/dist/plugin-darwin-amd64",
"windows-amd64": "server/dist/plugin-windows-amd64.exe"
}
},
"webapp": {
"bundle_path": "webapp/dist/main.js"
},
"settings_schema": {
"header": "",
"footer": "",
"settings": [
{
"key": "Secret",
"display_name": "Webhook Secret:",
"type": "generated",
"help_text": "The secret used to authenticate the webhook to Mattermost.",
"regenerate_help_text": "Regenerates the secret for the webhook URL endpoint. Regenerating the secret invalidates your existing Confluence integrations."
}
]
}
}