Automated cherry pick of #13306 (#13309)

* Added custom type to manifest setting types documentation

* Update text

* Typo PR Feedback
This commit is contained in:
Mattermost Build
2019-12-03 19:42:19 +01:00
committed by Amy Blais
parent 73ca008069
commit 66dc2c8278
+2
View File
@@ -50,6 +50,8 @@ type PluginSetting struct {
// "longtext" will result in a multi line string that can be typed in manually.
//
// "username" will result in a text setting that will autocomplete to a username.
//
// "custom" will result in a custom defined setting and will load the custom component registered for the Web App System Console.
Type string `json:"type" yaml:"type"`
// The help text to display to the user. Supports Markdown formatting.