mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 10:56:32 +00:00
fix(rtc): update schema
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
(def general-attr-set
|
||||
(into #{} (map first) general-attrs-schema-coll))
|
||||
|
||||
(def block-type-schema [:enum "property" "class" "whiteboard" "hidden" "closed value"])
|
||||
(def block-type-schema [:enum "property" "class" "whiteboard" "hidden" "closed value" "macro"])
|
||||
(def block-pos-schema
|
||||
":sibling: sibling of target-block(:target-uuid)
|
||||
:child: child of target-block(:target-uuid)
|
||||
|
||||
Reference in New Issue
Block a user