-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a settings to control URL substitution (#57)
- Loading branch information
1 parent
67e9a53
commit 928f1bf
Showing
5 changed files
with
24 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 +30,13 @@ | |
"help_text": "The hostname for your team's Webex site. For example: teamsite.webex.com.", | ||
"placeholder": "teamsite.webex.com", | ||
"default": null | ||
}, | ||
{ | ||
"key": "UrlConversion", | ||
"display_name": "Convert Webex URLs:", | ||
"type": "bool", | ||
"help_text": "Enable or disable the conversion of URL: replace /meet/ by /join/ or /start/.", | ||
This comment has been minimized.
Sorry, something went wrong.
aaronrothschild
Contributor
|
||
"default": true | ||
} | ||
] | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Suggest change: "Depending on your situation, you may need to disable the URL conversion process (some Linux clients do not support it appropriately)."