summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Tadeu Panato Junior <ctadeu@gmail.com>2018-10-15 20:10:01 +0200
committerJoram Wilander <jwawilander@gmail.com>2018-10-15 14:10:01 -0400
commit0be0700aad6bd607270a97f037540da55a4ecf9f (patch)
tree7f9f17f51b825ffba353f1b68c4222ed980dfcd1
parent71b7b9f090bc0f14c5737f4986fb6b5608fdd3ed (diff)
downloadchat-0be0700aad6bd607270a97f037540da55a4ecf9f.tar.gz
chat-0be0700aad6bd607270a97f037540da55a4ecf9f.tar.bz2
chat-0be0700aad6bd607270a97f037540da55a4ecf9f.zip
Added TextArea (longstring) to the docs in manifest to be rendered in the documentation (#9658)
-rw-r--r--model/manifest.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/model/manifest.go b/model/manifest.go
index 6a7df59f4..2eb7b8e05 100644
--- a/model/manifest.go
+++ b/model/manifest.go
@@ -45,6 +45,8 @@ type PluginSetting struct {
//
// "text" will result in a string setting that can be typed in manually.
//
+ // "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.
Type string `json:"type" yaml:"type"`