Update :commands in config schema - fixes #8403

Update malli to pull in :some schema
This commit is contained in:
Gabriel Horner
2023-01-20 13:49:24 -05:00
committed by Gabriel Horner
parent 4e72036812
commit b08e079ab7
3 changed files with 5 additions and 3 deletions

View File

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