mirror of
https://github.com/mattermost/mattermost.git
synced 2026-09-01 15:00:08 +08:00
* Added custom type to manifest setting types documentation * Update text * Typo PR Feedback
This commit is contained in:
committed by
Amy Blais
parent
73ca008069
commit
66dc2c8278
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user