You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 11, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: en/dev/star/guides/plugin-config.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ The file content is a `Schema` that represents the configuration. The Schema is
43
43
}
44
44
```
45
45
46
-
-`type`: **Required**. The type of the configuration. Supports `string`, `text`, `int`, `float`, `bool`, `object`, `list`, `dict`, `template_list`, `file`. When the type is `text`, it will be visualized as a larger resizable textarea component to accommodate large text.
46
+
-`type`: **Required**. The type of the configuration. Supports `string`, `text`, `int`, `float`, `bool`, `object`, `list`, `dict`, `template_list`, `file`, `palette`, `palette_rgb`, `palette_hsv`. When the type is `text`, it will be visualized as a larger resizable textarea component to accommodate large text.
47
47
-`description`: Optional. Description of the configuration. A one-sentence description of the configuration's behavior is recommended.
48
48
-`hint`: Optional. Hint information for the configuration, displayed in the question mark button on the right in the image above, shown when hovering over it.
49
49
-`obvious_hint`: Optional. Whether the configuration hint should be prominently displayed, like `token` in the image above.
@@ -66,6 +66,24 @@ The **_special** field is only available after v4.0.0. Currently supports `selec
0 commit comments