fix(rtc): update schema

This commit is contained in:
rcmerci
2024-03-18 22:44:57 +08:00
parent dff458ceb3
commit 283c122c25

View File

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