Added TextArea (longstring) to the docs in manifest to be rendered in the documentation (#9658)
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
71b7b9f090
Коммит
0be0700aad
@@ -45,6 +45,8 @@ type PluginSetting struct {
|
|||||||
//
|
//
|
||||||
// "text" will result in a string setting that can be typed in manually.
|
// "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.
|
// "username" will result in a text setting that will autocomplete to a username.
|
||||||
Type string `json:"type" yaml:"type"`
|
Type string `json:"type" yaml:"type"`
|
||||||
|
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user