mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 02:46:45 +00:00
enhance(rtc): schema add :ident
This commit is contained in:
@@ -16,7 +16,8 @@
|
||||
[:properties {:optional true} [:maybe :string ; transit-json-string
|
||||
]]
|
||||
[:link {:optional true} [:maybe :uuid]]
|
||||
[:journal-day {:optional true} [:maybe :int]]])
|
||||
[:journal-day {:optional true} [:maybe :int]]
|
||||
[:ident {:optional true} [:maybe :string]]])
|
||||
|
||||
(def general-attr-set
|
||||
(into #{} (map first) general-attrs-schema-coll))
|
||||
@@ -68,7 +69,8 @@
|
||||
]]]
|
||||
[:retract {:optional true} [:set :uuid]]]]
|
||||
[:link {:optional true} :uuid]
|
||||
[:journal-day {:optional true} :int]]]]
|
||||
[:journal-day {:optional true} :int]
|
||||
[:ident {:optional true} :string]]]]
|
||||
[:update-page
|
||||
[:cat :keyword
|
||||
[:map
|
||||
|
||||
Reference in New Issue
Block a user