Skip to content

Commit

Permalink
Update plugin.json (#240)
Browse files Browse the repository at this point in the history
Updated punctuation for UI consistency.
  • Loading branch information
justinegeffen committed Jan 14, 2021
1 parent 8e1d9c6 commit f96cb41
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,59 +21,59 @@
},
"settings_schema": {
"header": "To set up the GitLab plugin, you need to register a GitLab OAuth app here https://gitlab.com/profile/applications.",
"footer": "To report an issue, make a suggestion or a contribution, [check the repository](https://github.com/mattermost/mattermost-plugin-gitlab).",
"footer": "To report an issue, make a suggestion, or submit a contribution, [check the repository](https://github.com/mattermost/mattermost-plugin-gitlab).",
"settings": [
{
"key": "GitlabURL",
"display_name": "GitLab URL",
"display_name": "GitLab URL:",
"type": "text",
"help_text": "The base URL for using the plugin with a GitLab installation. Examples: https://gitlab.com or https://gitlab.example.com",
"help_text": "The base URL for using the plugin with a GitLab installation. Examples: https://gitlab.com or https://gitlab.example.com.",
"placeholder": "https://gitlab.com",
"default": "https://gitlab.com"
},
{
"key": "GitlabOAuthClientID",
"display_name": "GitLab OAuth Client ID",
"display_name": "GitLab OAuth Client ID:",
"type": "text",
"help_text": "The client ID for the OAuth app registered with GitLab.",
"placeholder": "",
"default": null
},
{
"key": "GitlabOAuthClientSecret",
"display_name": "GitLab OAuth Client Secret",
"display_name": "GitLab OAuth Client Secret:",
"type": "text",
"help_text": "The client secret for the OAuth app registered with GitLab.",
"placeholder": "",
"default": null
},
{
"key": "WebhookSecret",
"display_name": "Webhook Secret",
"display_name": "Webhook Secret:",
"type": "generated",
"help_text": "The webhook secret set in GitLab.",
"placeholder": "",
"default": null
},
{
"key": "EncryptionKey",
"display_name": "At Rest Encryption Key",
"display_name": "At Rest Encryption Key:",
"type": "generated",
"help_text": "The AES encryption key used to encrypt stored access tokens.",
"placeholder": "",
"default": null
},
{
"key": "GitlabGroup",
"display_name": "GitLab Group",
"display_name": "GitLab Group:",
"type": "text",
"help_text": "(Optional) Set to lock the plugin to a single GitLab group.",
"placeholder": "groupName",
"default": null
},
{
"key": "EnablePrivateRepo",
"display_name": "Enable Private Repositories",
"display_name": "Enable Private Repositories:",
"type": "bool",
"help_text": "(Optional) Allow the plugin to work with private repositories.",
"placeholder": "",
Expand Down

0 comments on commit f96cb41

Please sign in to comment.