Add color picker and image upload form items (#2031)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Chenlei Hu
2024-12-23 16:10:15 -05:00
committed by GitHub
parent 27ec6139a8
commit 3b9a5a61b2
9 changed files with 129 additions and 1 deletions

View File

@@ -6,6 +6,8 @@ export type SettingInputType =
| 'slider'
| 'combo'
| 'text'
| 'image'
| 'color'
| 'hidden'
export type SettingCustomRenderer = (