forked from calcom/cal.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
27 lines (27 loc) · 685 Bytes
/
config.json
File metadata and controls
27 lines (27 loc) · 685 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
{
"/*": "Don't modify slug - If required, do it using cli edit command",
"name": "Webex",
"title": "Webex",
"slug": "webex",
"type": "webex_video",
"imageSrc": "/icon.ico",
"logo": "/icon.ico",
"url": "https://github.com/aar2dee2",
"variant": "conferencing",
"categories": ["conferencing"],
"publisher": "aar2dee2",
"email": "support@cal.com",
"description": "Create meetings with Cisco Webex",
"appData": {
"location": {
"linkType": "dynamic",
"type": "integrations:webex_video",
"label": "Webex"
}
},
"isTemplate": false,
"__createdUsingCli": true,
"__template": "basic",
"concurrentMeetings": true,
"isAuth": true
}