mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 00:24:51 +00:00
improve(plugin): support textarea for settings input item
This commit is contained in:
@@ -232,7 +232,7 @@ export type SettingSchemaDesc = {
|
||||
default: string | number | boolean | Array<any> | object | null
|
||||
title: string
|
||||
description: string // support markdown
|
||||
inputAs?: 'color' | 'date' | 'datetime-local' | 'range'
|
||||
inputAs?: 'color' | 'date' | 'datetime-local' | 'range' | 'textarea'
|
||||
enumChoices?: Array<string>
|
||||
enumPicker?: 'select' | 'radio' | 'checkbox' // default: select
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user