|
@@ -374,7 +374,9 @@
|
|
|
(pr-str
|
|
(pr-str
|
|
|
(->> ents
|
|
(->> ents
|
|
|
(map (fn [m]
|
|
(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
|
|
(cond-> (select-keys m [:block/name :block/type :block/title :block/schema :db/ident
|
|
|
:logseq.property.class/properties :logseq.property/parent
|
|
:logseq.property.class/properties :logseq.property/parent
|
|
|
:db/cardinality :property/schema.classes :block/refs])
|
|
:db/cardinality :property/schema.classes :block/refs])
|