forked from mattermost-community/mattermost-plugin-webex
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
28 lines (28 loc) · 887 Bytes
/
Copy pathplugin.json
File metadata and controls
28 lines (28 loc) · 887 Bytes
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
{
"id": "com.mattermost.webex",
"name": "Webex",
"description": "Webex audio and video conferencing plugin for Mattermost.",
"version": "1.0.1",
"min_server_version": "5.11.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": {
"settings": [
{
"key": "SiteHost",
"display_name": "Webex Site Hostname",
"type": "text",
"help_text": "The hostname for your team's Webex site. For example: teamsite.webex.com",
"placeholder": "teamsite.webex.com"
}
]
}
}