Add heading in plugin settings

This commit is contained in:
yoyurec
2022-07-07 17:36:16 +03:00
committed by Junyi Du
parent df127fa519
commit 3b383a918b
3 changed files with 15 additions and 2 deletions

View File

@@ -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