From 0be0700aad6bd607270a97f037540da55a4ecf9f Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Mon, 15 Oct 2018 20:10:01 +0200 Subject: Added TextArea (longstring) to the docs in manifest to be rendered in the documentation (#9658) --- model/manifest.go | 2 ++ 1 file changed, 2 insertions(+) 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"` -- cgit v1.2.3-1-g7c22