mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 01:16:27 +00:00
fix(dev): schema.org debug edn was invalid and noisy
This commit is contained in:
@@ -374,7 +374,9 @@
|
||||
(pr-str
|
||||
(->> ents
|
||||
(map (fn [m]
|
||||
(let [props (db-property/properties m)]
|
||||
(let [props (->> (db-property/properties m)
|
||||
(remove #(db-property/private-db-attribute-properties (key %)))
|
||||
(into {}))]
|
||||
(cond-> (select-keys m [:block/name :block/type :block/title :block/schema :db/ident
|
||||
:logseq.property.class/properties :logseq.property/parent
|
||||
:db/cardinality :property/schema.classes :block/refs])
|
||||
|
||||
Reference in New Issue
Block a user