update README.md, description to reflect sample nature of repository
This commit is contained in:
parent
390fab485d
commit
7641f7cf17
2 changed files with 3 additions and 24 deletions
18
plugin.json
18
plugin.json
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "com.mattermost.sample-plugin",
|
||||
"name": "Sample Plugin",
|
||||
"description": "This plugin serves as a reference guide for best practices and build scripts when writing Mattermost plugins.",
|
||||
"description": "This plugin serves as a starting point for writing a Mattermost plugin.",
|
||||
"version": "0.0.1",
|
||||
"server": {
|
||||
"executables": {
|
||||
|
@ -17,20 +17,6 @@
|
|||
"settings_schema": {
|
||||
"header": "",
|
||||
"footer": "",
|
||||
"settings": [{
|
||||
"key": "ChannelName",
|
||||
"display_name": "Channel Name",
|
||||
"type": "text",
|
||||
"help_text": "The channel to use as part of the sample plugin, created for each team automatically if it does not exist.",
|
||||
"placeholder": "sample_plugin",
|
||||
"default": "sample_plugin"
|
||||
}, {
|
||||
"key": "Username",
|
||||
"display_name": "Username",
|
||||
"type": "text",
|
||||
"help_text": "The user to use as part of the sample plugin, created automatically if it does not exist.",
|
||||
"placeholder": "sample_plugin",
|
||||
"default": "sample_plugin"
|
||||
}]
|
||||
"settings": []
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue