This commit is contained in:
parent
09c4f13f2c
commit
2d962d18d2
16 changed files with 520 additions and 89 deletions
10
plugin.json
10
plugin.json
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"id": "com.mattermost.plugin-starter-template",
|
||||
"name": "Plugin Starter Template",
|
||||
"description": "This plugin serves as a starting point for writing a Mattermost plugin.",
|
||||
"homepage_url": "https://github.com/mattermost/mattermost-plugin-starter-template",
|
||||
"support_url": "https://github.com/mattermost/mattermost-plugin-starter-template/issues",
|
||||
"id": "com.mattermost.attachments-remover",
|
||||
"name": "Attachments manager",
|
||||
"description": "This plugin allows you more ways to manage attachments in Mattermost.",
|
||||
"homepage_url": "https://github.com/mattermost/mattermost-plugin-attachments-remover",
|
||||
"support_url": "https://github.com/mattermost/mattermost-plugin-attachments-remover/issues",
|
||||
"icon_path": "assets/starter-template-icon.svg",
|
||||
"min_server_version": "6.2.1",
|
||||
"server": {
|
||||
|
|
Reference in a new issue