mirror of
https://github.com/logseq/logseq.git
synced 2026-05-25 05:04:24 +00:00
Update :commands in config schema - fixes #8403
Update malli to pull in :some schema
This commit is contained in:
committed by
Gabriel Horner
parent
4e72036812
commit
b08e079ab7
@@ -48,7 +48,9 @@
|
||||
[:default-queries [:map
|
||||
;; Maybe validate these query maps later
|
||||
[:journals [:vector :map]]]]
|
||||
[:commands [:vector [:tuple :string :string]]]
|
||||
[:commands [:vector [:tuple
|
||||
:string
|
||||
[:or :string [:vector :some]]]]]
|
||||
[:outliner/block-title-collapse-enabled? :boolean]
|
||||
[:macros [:map-of
|
||||
:string
|
||||
|
||||
Reference in New Issue
Block a user