update README.md, description to reflect sample nature of repository

This commit is contained in:
Jesse Hallam 2018-07-24 15:45:28 -04:00
parent 390fab485d
commit 7641f7cf17
No known key found for this signature in database
GPG key ID: E7959EB6518AF966
2 changed files with 3 additions and 24 deletions

View file

@ -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": []
}
}