Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update plugin.json #27

Merged
merged 3 commits into from
Jan 13, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,17 @@
}
},
"settings_schema": {
"header": "Antivirus plugin for scanning uploaded files to Mattermost, uses ClamAV to scan files. See [documentation here](https://github.com/mattermost/mattermost-plugin-antivirus)",
"footer": "",
"header": "Antivirus plugin which uses ClamAV to scan files uploaded to Mattermost. See [documentation here](https://github.com/mattermost/mattermost-plugin-antivirus).",
"settings": [{
"key": "ClamavHostPort",
"display_name": "ClamAV - Host and Port",
"display_name": "ClamAV - Host and Port:",
"type": "text",
"help_text": "The hostname and port to connect to clamd",
"help_text": "The hostname and port to connect to clamd.",
"placeholder": "localhost:3310",
"default": "localhost:3310"
}, {
"key": "ScanTimeoutSeconds",
"display_name": "Scan Timeout (seconds)",
"display_name": "Scan Timeout (seconds):",
"type": "number",
"help_text": "How long the virus scan can take before giving up.",
"placeholder": "10",
Expand Down