mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 01:16:27 +00:00
Add heading in plugin settings
This commit is contained in:
@@ -228,7 +228,7 @@ export type SimpleCommandKeybinding = {
|
||||
|
||||
export type SettingSchemaDesc = {
|
||||
key: string
|
||||
type: 'string' | 'number' | 'boolean' | 'enum' | 'object'
|
||||
type: 'string' | 'number' | 'boolean' | 'enum' | 'object' | 'heading'
|
||||
default: string | number | boolean | Array<any> | object | null
|
||||
title: string
|
||||
description: string // support markdown
|
||||
|
||||
Reference in New Issue
Block a user